January 4, 2005 at 7:35 am
January 4, 2005 at 8:04 am
SELECT TOP 7 *
FROM tblNames
WHERE (PK > 10)
Have Fun
Steve
We need men who can dream of things that never were.
January 4, 2005 at 9:07 am
thanks. 'select Top 7' works for MS Access database, but it doesn't work for a Sybase engine.
who can help further pls?
January 4, 2005 at 9:49 am
check this link from sybase's site
they use top 7 just like in sql server... maybe you can search more on their site :
January 4, 2005 at 1:45 pm
Please refrain from multiposting! That makes it hard to follow.
You are aware that this here is SQL Server Land? ![]()
Apart from the link Remi posted, you might have better luck at http://www.dbforums.com.
--
Frank Kalis
Microsoft SQL Server MVP
Webmaster: http://www.insidesql.org/blogs
My blog: http://www.insidesql.org/blogs/frankkalis/[/url]
Viewing 5 posts - 1 through 5 (of 5 total)
You must be logged in to reply to this topic. Login to reply