I have a table .in the table 100 recored is there .we have
get the single row with out using clause..
Answer Posted / nannesaheb chinthalacheruvu
Question is not clear..kindly elaborate the same.
As i understand is "Retrive the single row with out using the where clause"...if so the below query may help you to achive the same.
Select e.*,max(rowid) from emp e;
select e.*,min(rowid) from emp e;
| Is This Answer Correct ? | 2 Yes | 14 No |
Post New Answer View All Answers
What is multiple partition?
What is sqlservr exe?
define data blocks ? : Sql dba
What port does sql server use?
Why cross join is used?
Explain unique key in sql.
What is a record in pl/sql?
What is a stored procedure in sql with example?
Can we commit in trigger?
What are the rules to be applied to nulls whilst doing comparisons?
Is sql procedural language?
Can we use commit inside a trigger?
explain primary keys and auto increment fields in mysql : sql dba
Why do we use function in pl sql?
What is the difference between local and global temporary table?