how to find count rows in table without count function?
Answer Posted / anil kumar
select sum(1) from table_name;
| Is This Answer Correct ? | 11 Yes | 0 No |
Post New Answer View All Answers
Can any one explain me when i execute below query.. select months_between('07-JUL-12','10-FEB-12') from dual; Out put:- 4.90322581 How oracle calculate?
How do I limit the number of oracle database connections generated by weblogic server?
How to manage transaction isolation level?
How to insert multiple rows with one insert statement in oracle?
Explain an index segment?
What spfile/init.ora file parameter exists to force the CBO to make the execution path of a given statement use an index, even if the index scan may appear to be calculated as more costly?
What is the difference between hot backup and cold backup in oracle?
How many file formats are supported to export data?
What is the difference between Delete, Truncate and Drop in Oracle?
What is an oracle and why it is used?
How to create an oracle database manually?
Does oracle database need java?
An automatic job running via DBMS_JOB has failedKnowing only that its failed, how do you approach troubleshooting this issue?
How can I convert single byte kana characters into multi byte kana characters and vice-versa.
Which is better Oracle or MS SQL? Why?