select * from Table LIMIT 0, 1   ---->1st row,
select * from Table LIMIT 0, 2   ---->1st and 2nd row, etc, etc, bla bla

----- Original Message -----
From: "Zhang, David" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Monday, April 09, 2001 6:27 PM
Subject: Help: H0w to get frist row at SQl Server DB


> HI, All
>
> Help: H0w to get frist row at SQl Server DB
>
> I have a huge table, but I only want to get the first row and I do not
want
> use
> select * from Table to get WHOLE thing.
> Thnaks a lot in advance!
>
>
___________________________________________________________________________
> To unsubscribe, send email to [EMAIL PROTECTED] and include in the
body
> of the message "signoff SERVLET-INTEREST".
>
> Archives: http://archives.java.sun.com/archives/servlet-interest.html
> Resources: http://java.sun.com/products/servlet/external-resources.html
> LISTSERV Help: http://www.lsoft.com/manuals/user/user.html
>

___________________________________________________________________________
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff SERVLET-INTEREST".

Archives: http://archives.java.sun.com/archives/servlet-interest.html
Resources: http://java.sun.com/products/servlet/external-resources.html
LISTSERV Help: http://www.lsoft.com/manuals/user/user.html

Reply via email to