Oracle (3259)
SQL Server (4518)
MS Access (429)
MySQL (1402)
Postgre (483)
Sybase (267)
DB Architecture (141)
DB Administration (291)
DB Development (113)
SQL PLSQL (3330)
MongoDB (502)
IBM Informix (50)
Neo4j (82)
InfluxDB (0)
Apache CouchDB (44)
Firebird (5)
Database Management (1411)
Databases AllOther (288) i have a table like this. i want to output like this c1 c2 c1 c2 1 10 1 10 2 20 2 30 3 30 3 60 4 40 4 100 5 5 5 105 c1 and c2 are columns in a table .i want output like this c2 values are 10,10+20,10+20+30,10+20+30+40.10+20+30+40+5. write a sql query.pls help this i want urgent.
IBM, Loginworks, OFSS,
2 10539How do you display "13th of November, 17 days left for month end" without hardcoding the date.
3 7211Which is the best institute in Hyderabad to learn OBIEE and DataStage?Please tell me faculty name also
2216how to create parameterised form in oracle 10g? and create another form from the value of the form? AND how to assign value to a parameter? sincerly your mamun
2 4760How can i retrieve the pseudoColumn values of a table in sybase? In oracle, we can get the same as 'ROWID'. Likewise in sybase which one is pseudo column?
1 6739If we execute an query in MLOAD it's ran successfully, my questions is after successfully ran MLOAD. In error tables we can see anything there! is it possible than what are they?
CTS,
3 5940
What methods is used to commit the changes made in DataSet object?
Are subqueries faster than joins?
How would you import data from another ms access database?
What is a DBMS, query, SQL?
How do I connect to a database in mysql workbench?
Define phantom deadlock.
How do I open sybase control center?
How to convert the oracle reports to excel sheet from oracle?
How would you lock a table in sybase?
What is a sub query and what are the different types of subqueries?
How many segment are present in Oracle Manufacturing
How does db indexing work?
How do I start mongodb locally?
Can we declare a column having number data type and its scale is larger than pricesionex: column_name number(10,100),column_name numbaer(10,-84)
How to fetch/retrieve the data from hieranchical database and put it into the relational database? for e.g I want to extract the data from IMS DB2 database which is a hierarchical db and load that data into the relational database which is a SQL server.Are there any tools available for directing extracting data from hierarchical db and loading into the relational database (SQL server)?