Re: sql "LIMIT" | |||
Re: sql "LIMIT" -- Hugo Hernandez | Post Reply | Forum |
Posted by: Wade Sat, Mar 22, 2003, 08:33:17 Edit |
The SQL LIMIT command as an old, outdated command that was never an ADO standard. Rather, try the TOP command. SELECT TOP 10 names, registry, character FROM libreria.tabla WHERE sigla='$siglá AND seccion=$seccion ORDER BY names; |
Post Reply | Email Friend | Alert | Current page |
|