Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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


Please Help Members By Posting Answers For Below Questions

write a database figure to implement the master detained relationship.

3012


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.

1701


What is the use of NOLOCK locking hint?

1832


java.sql.SQLException:Invalid state, the statement object is closed Hai all i got this error when i am multiple times referesh web page

6719


What is Mutex error in Triggers?

3126


What is SCD (Slowly Changing Dimensions)? What are its types?

2715


How will you Handle Error in SQL SERVER 2008?

2444


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.

2853


What is live lock, deadlock and what is Lock escalation?

2495


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

2700


When do you get "getwmicomexception"?

2733


What is the meaning of lock escalation and why/how to stop this?

2711


why we are using shift key in unix shell script

3234


hp asking for replication floppy to do reinstall 25254 server assistant

2964


What severity level errors are managed in TRY-CATCH block?

2267