Hi,
Can anybody help me to produce similar functionality to the top T-SQL command.
In sql server you can return the top 6 rows of a bigger query by using the top command.
For example
select top 6 .*
from countries
Im sure this is quite straight forward but I cant find the syntax.
James
Can anybody help me to produce similar functionality to the top T-SQL command.
In sql server you can return the top 6 rows of a bigger query by using the top command.
For example
select top 6 .*
from countries
Im sure this is quite straight forward but I cant find the syntax.
James