With out using count() function. How to the find total
number of rows in a table?
Answers were Sorted based on User's Feedback
Answer / subbarayulu neela
select max(rownum) from table-name;
Here rownum is a keyword which can gives unique number for
individual rows.
Is This Answer Correct ? | 35 Yes | 2 No |
Answer / manjunath u
rownum is one of the option, can deal with sequence also
Is This Answer Correct ? | 4 Yes | 2 No |
What are the types of functions in sql?
how to retrieve the top 3 salaries of the table using rownum
Can you have multiple SPs with the same name on a database?
Can we use views in stored procedure?
What are some emotional triggers?
What is delete command in sql?
What is the command used to fetch the first 5 characters of a string?
Define overloaded procedure?
What is Collation Sensitivity ? What are the various type ?
Does db2 use sql?
How do you delete data from a table?
What is user define exception and example