beatlejus
Member²
Hi,
Is it possible to include a list of arguments after the "where" function, e. g.
Select * from sampledatabase
where desc "in the list of" (desc1,desc2,desc3)? Ideally it should work as input variable (&).
Or does this only work in the form
"where desc = desc1 or desc = desc2"?
------------------
--
Rgds,
Norbert
Is it possible to include a list of arguments after the "where" function, e. g.
Select * from sampledatabase
where desc "in the list of" (desc1,desc2,desc3)? Ideally it should work as input variable (&).
Or does this only work in the form
"where desc = desc1 or desc = desc2"?
------------------
--
Rgds,
Norbert