Code4Green Blog
Wednesday, December 28, 2011
SELECT Top N from ACESS Database
Here is the Query to select the top N records from Access database's table:
SELECT Top N Table.*FROM Table where Column is not null;
Newer Posts
Older Posts
Home
Subscribe to:
Posts (Atom)