Connecting Tech Pros Worldwide Help | Site Map

SQL query

Newbie
 
Join Date: Sep 2009
Posts: 1
#1: Sep 10 '09
How to select only 900 rows/columns from a table containing 1000 rows/columns(no conditions were given )
ck9663's Avatar
Expert
 
Join Date: Jun 2007
Posts: 1,925
#2: Sep 10 '09

re: SQL query


What did google tell you?

-- CK
Member
 
Join Date: Apr 2008
Posts: 65
#3: Sep 17 '09

re: SQL query


SELECT top(900)*
FROM Table_Name
Reply


Similar Microsoft SQL Server bytes