Hi
I'd like to compint an in with an like
this is the SQL
select sch_name "from", fol_sch_name "too"
from SNDOPER
pprog_schfol
where sch_name in (
select oppar_job_name from SNDOPER
ppar
where (oppar_run_time in ('1'))
)
I'd like some thing like this
select sch_name "Afhænnighed fra", fol_sch_name "Afhænnighed til"
from SNDOPER
pprog_schfol
where sch_name in LIKE %(
select oppar_job_name from SNDOPER
ppar
where (oppar_run_time in ('1','2')%)
)
Hope some one can help
/Lars
I'd like to compint an in with an like
this is the SQL
select sch_name "from", fol_sch_name "too"
from SNDOPER

where sch_name in (
select oppar_job_name from SNDOPER

where (oppar_run_time in ('1'))
)
I'd like some thing like this
select sch_name "Afhænnighed fra", fol_sch_name "Afhænnighed til"
from SNDOPER

where sch_name in LIKE %(
select oppar_job_name from SNDOPER

where (oppar_run_time in ('1','2')%)
)
Hope some one can help
/Lars