Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR SQL

Limit in access query

There is no LIMIT keyword in Access (if you use the JET engine). You can use TOP x to give the first x results. Usage:
select Top 5 * from table_name order by column_name
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #Limit #access #query
ADD COMMENT
Topic
Name
3+7 =