Answer Posted / yogendra
select top 1 * from (select top 3 * from
cmdview_expertmaster order by expid) q order by expid desc
Is This Answer Correct ? | 1 Yes | 3 No |
Post New Answer View All Answers
how to include numeric values in sql statements? : Sql dba
How do you modify a column in sql?
Which command is used to delete a trigger?
What is trigger in pl sql with examples?
What is autocommit sql?
What are sql queries used for?
What is the execution plan in sql?
Explain what is dbms?
How do I save the results of sql query in a file?
Which column of the user triggers data dictionary view displays the database event that will fire the trigger?
what are the join types in tsql? : Transact sql
How to Execute a Package in PL/SQL.?
What are the different types of sql commands?
How to change the order of columns in Oracle SQL Plus ?
Explain clause in sql?