Hallo Zusammen,
ich möchte folgende SELECT - Anweisung eleganter machen :
SELECT * FROM table1 WHERE id=9 OR id=23 OR id=27 OR id=33 OR ...
in etwa so:
SELECT * FROM table1 WHERE id EQUALS (9, 23, 27, 33, ...)
ist so etwas oder Ähnliches möglich mit SQL? Versteht Access das auch?
Vielen Dank im Voraus für Eure Hilfe
Blubberer
ich möchte folgende SELECT - Anweisung eleganter machen :
SELECT * FROM table1 WHERE id=9 OR id=23 OR id=27 OR id=33 OR ...
in etwa so:
SELECT * FROM table1 WHERE id EQUALS (9, 23, 27, 33, ...)
ist so etwas oder Ähnliches möglich mit SQL? Versteht Access das auch?
Vielen Dank im Voraus für Eure Hilfe
Blubberer