Thema
:
Delphi
select * from table where id = ein Wert vom Array
Einzelnen Beitrag anzeigen
Dax
(Gast)
n/a Beiträge
#
2
Re: select * from table where id = ein Wert vom Array
8. Aug 2009, 18:25
select
*
from
table
where
id
in
(1, 2, 7, 10, 16, 17, ...)
Zitat