in reply to mySQL query
would work rather nicely, but does assume that you're using an autoincrementing value in your tables. Can't think of a way to do it without autoincrements, thoughSELECT * FROM myTable WHERE (id > 20) AND (id < 50);
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re: mySQL query
by Abigail-II (Bishop) on Jul 07, 2003 at 08:06 UTC |