Hi
I'd like to compint an in with an like
this is the SQL
select sch_name "from", fol_sch_name "too"
from SNDOPERpprog_schfol
where sch_name in (
select oppar_job_name from SNDOPERppar
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 SNDOPERpprog_schfol
where sch_name in LIKE %(
select oppar_job_name from SNDOPERppar
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 SNDOPERpprog_schfol
where sch_name in (
select oppar_job_name from SNDOPERppar
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 SNDOPERpprog_schfol
where sch_name in LIKE %(
select oppar_job_name from SNDOPERppar
where (oppar_run_time in ('1','2')%)
)
Hope some one can help
/Lars