kev510
Programmer
- Jul 12, 2006
- 61
Hello everyone!
I've searched everywhere for an answer to my question with no luck. I've never used an array (yes I am a newb) before.
What I'm trying to do is to get a set of data --> select X, Y, Z from Table where number = 1
Which will always return one row and and obviously three columns, into an array called "XYZArray", so I can use it in another query like this --> select Supervisor from Table2 where number not in (insert the XYZArray array here)
Thanks for any help! Happy holiday season everyone
I've searched everywhere for an answer to my question with no luck. I've never used an array (yes I am a newb) before.
What I'm trying to do is to get a set of data --> select X, Y, Z from Table where number = 1
Which will always return one row and and obviously three columns, into an array called "XYZArray", so I can use it in another query like this --> select Supervisor from Table2 where number not in (insert the XYZArray array here)
Thanks for any help! Happy holiday season everyone