In one table there is 10 records without id num,without
primary key and it is not sorted then how to extract last 6
record from table?
Answer Posted / sunil soni
CREATE TABLE Temp(
Col1 varchar(5)
)
insert into Temp values('j')
TABLE:
Col1
j
r
c
r
e
f
g
h
x
j
select top 6 col1 from (select row_number() over(order by
id) as rowid,name from (select rand() as id, name from
@temp) t ) t1 order by t1.rowid desc
| Is This Answer Correct ? | 0 Yes | 1 No |
Post New Answer View All Answers
write a database figure to implement the master detained relationship.
I entered the data in SQL toad version 9.0.1 in English and Arabic language but when i do the query i get the data in Arabic language with (??? question mark) ,please your support.
What is the use of NOLOCK locking hint?
java.sql.SQLException:Invalid state, the statement object is closed Hai all i got this error when i am multiple times referesh web page
What is Mutex error in Triggers?
What is SCD (Slowly Changing Dimensions)? What are its types?
How will you Handle Error in SQL SERVER 2008?
i have created ODBC through Data sources and tests completed sucessfully. when i am Trying to connect SQL Server through ODBC (ODBC :Oracle Open Client Adapter for ODBC 2.0.2.15.0 Microsoft SQL Server 09.00.3054) unable to Connect to SQL*Plus: Release 8.0.4.0.0. it is given following error-message . Error: ORA-03121: NO interface driver connected- function not performed.
What is live lock, deadlock and what is Lock escalation?
How to solve -805 error i.e. Bind issue. There are two conditions- 1) If you have access to the database table 2) If you don't have access to the table
When do you get "getwmicomexception"?
What is the meaning of lock escalation and why/how to stop this?
why we are using shift key in unix shell script
hp asking for replication floppy to do reinstall 25254 server assistant
What severity level errors are managed in TRY-CATCH block?