How do I view a view in sql?
How to rename a column in the output of sql query?
What is the use of function in sql?
what is 'mysqlcheck'? : Sql dba
What are keys in sql?
Which data type is a composite type?
Does truncate table reset auto increment?
How do you use a while loop in pl sql?
How many types of relationship are there?
where are cookies actually stored on the hard disk? : Sql dba
How do you remove duplicate records from a table?
What are the types of operators available in sql?
what are the different tables present in mysql, which type of table is generated when we are creating a table in the following syntax: create table employee (eno int(2),ename varchar(10)) ? : Sql dba
a table has 2 classifications 1)liabilities 2)earnings this liabitity has 2 elements with 2 input values and the earnings have 2 elements with 2 input values i wrote a query so that my input is liability savings amount1 amount2 xxxx null xxxxxx 0 xxx1 null xxxxx1 0 null yyyy 0 yyyy null yyy1 0 yyy1 my problem is --when i developed a report(d2k) with this data my o/p is liabilities,amount1,savings,amount2 xxxx xxxxxx xxx1 xxxxx1 yyyy yyyy yyy1 yyy1 how could i move this savings,savings values 2 palces up. can any body provide me witha better solution
How to select all records from the table?