Snitz Forums 2000
Snitz Forums 2000
Home | Profile | Register | Active Topics | Members | Search | FAQ
Username:
Password:
Save Password
Forgot your Password?

 All Forums
 Help Groups for Snitz Forums 2000 Users
 Help: Database: MS Access
 LIMIT clause in SQL statement
 New Topic  Topic Locked
 Printer Friendly
Author Previous Topic Topic Next Topic  

srascheli
Starting Member

Venezuela
7 Posts

Posted - 09 March 2001 :  15:56:35  Show Profile
Does Access accept the LIMIT clause in a SQL statement? It doesn't seem to be working for me on this sql:

SELECT maestros.maeid AS maeid, maestros.nombre as nombremaestro, maestros.apellido, escuelas.nombre as nombreescuela, escuelas.ciudad, paises.nombre AS nombrepais FROM maestros, escuelas, paises WHERE maestros.escid=escuelas.escid AND maestros.apellido LIKE 'R%' AND paises.paiid = escuelas.paiid ORDER BY maestros.apellido, maestros.nombre LIMIT 1,10

Where can I find a SQL explanation of all clauses I can use in a MSAccess query?

Help please...

gor
Retired Admin

Netherlands
5511 Posts

Posted - 09 March 2001 :  16:27:48  Show Profile  Visit gor's Homepage
LIMIT is MySql specific and won't work in Ms Access

Pierre
Go to Top of Page
  Previous Topic Topic Next Topic  
 New Topic  Topic Locked
 Printer Friendly
Jump To:
Snitz Forums 2000 © 2000-2021 Snitz™ Communications Go To Top Of Page
This page was generated in 0.16 seconds. Powered By: Snitz Forums 2000 Version 3.4.07