English Deutsch Français Italiano Español Português 繁體中文 Bahasa Indonesia Tiếng Việt ภาษาไทย
All categories

if you limit an sql select query,...eg.. limit 0,100 does that mean that in this example it stops searching the database when it has found 100 results, or does it search the whole table but only select 100 results? thanks to any responders.

2006-11-30 02:19:09 · 1 answers · asked by jonnie b 1 in Computers & Internet Programming & Design

1 answers

This limit statement is setting a range of records to display, so the first number represents the first record, and the second is the last... "show records 1 through 100".

2006-11-30 02:45:00 · answer #1 · answered by Anissa T 2 · 0 0

fedest.com, questions and answers