Re: Can I return select (sub query) in array?

2001-04-14 Thread Sinisa Milivojevic
Sofiane Sakhri writes: > Hello,select ... in (select ) dosn't work, can I > return the second query in array and use it in the > first? > Thanx Yes, you could. SELECT ... WHERE column IN (1,2,3,4,5); You have to fix it in your application. Most of the nested selects, like yours above can

Can I return select (sub query) in array?

2001-04-14 Thread Sofiane Sakhri
Hello,select ... in (select ) dosn't work, can I return the second query in array and use it in the first? Thanx ___ Do You Yahoo!? -- Pour dialoguer en direct avec vos amis, Yahoo! Messenger : http://fr.messenger.yahoo.com ---