Hello there,
I was wondering if anyone could help me do a query that has a where clause
against hardcoded row values. IE, something like this;
Select * from myTable where myField in (24000,24001,33 221,etc)
I could do a pivot I suppose, but I was wondering if there is a better way.
Thank you kindly for any ideas
John Sheppard
I was wondering if anyone could help me do a query that has a where clause
against hardcoded row values. IE, something like this;
Select * from myTable where myField in (24000,24001,33 221,etc)
I could do a pivot I suppose, but I was wondering if there is a better way.
Thank you kindly for any ideas
John Sheppard
Comment