Ernesto_Paez
MIS
Hi,
with the Sql code below, i am not able to get the result i want, i know something is wrong but here i am to find out.
just want to get displayed in a browse, for that particular job _no when rel_code=0 and rel_code =6
this does not work for me i know is wrong , but don't find the filter to get it right
Thanks
with the Sql code below, i am not able to get the result i want, i know something is wrong but here i am to find out.
just want to get displayed in a browse, for that particular job _no when rel_code=0 and rel_code =6
Code:
SELECT ball_no,draw_no, rel_code FROM eng_jobs WHERE job_no="124278" AND rel_code=6 OR rel_code=0 into cursor junkR
Thanks