Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
i want use
select *
from wpprd
where aa='b' and in ( select * from wiplot);
but in edit script, i don't know how use it..
please help me~
Connect ....;
Sql
select *
from wpprd
where aa='b' and field in ( select field from wiplot);
A:
load a,
d,
c,
d
from ~~~~ (qvd);
sql select a, d
from ~~~(qvd)
where a=1 an d in (select * from A);
it is possible??
A:
load a,
d,
c,
d
from ~~~~ (qvd);
//If you are reading from qvd then sql is not required
sql select a, d
from ~~~(qvd)
where a=1 and Exists(d);
Hi,
Can you come with a sample values and your expected output?
Regards,
Jagan.