[Wikipedia-l] It's about its

lcrocker at nupedia.com lcrocker at nupedia.com
Tue Oct 22 17:23:23 UTC 2002


> Is there a way to tell SQL just to return the first 20 records?

"SELECT ... LIMIT 20".  You can also add an offset;
"SELECT ... LIMIT 100, 20" will give you 20 records starting
at the 101st.







More information about the Wikipedia-l mailing list