Posted: Sun Feb 02, 2003 9:19 pm
Actually WHERE 1 returns everything in the table.
It's like using if (1) {} in PHP, this if would always execute it's internal block because 1 is always TRUE.
It's like using if (1) {} in PHP, this if would always execute it's internal block because 1 is always TRUE.