kupe
Technical User
- Sep 23, 2002
- 376
If I say
SELECT * FROM table WHERE ID = 1 AND ID = 10;
I just get the one record. Be grateful to know the secret for selecting multiple records with a WHERE clause.
SELECT * FROM table WHERE ID = 1 AND ID = 10;
I just get the one record. Be grateful to know the secret for selecting multiple records with a WHERE clause.