barkley1979
Technical User
I am not sure if you can help me here, but I cannot find anywhere else that can help me. (If anyone knows of a forum more suited to this question I would appreciate it!)
I need to create the following in SQL so that a query I am running will pull the right data into Excel for me.
I need to basically
SELECT * WHERE WO.WOTYPE is not in WO.TASKNUM
A typical example of the data is:
WOTYPE TASKNUM
CATR RM-CATR-EQUIP
CATR RM-CHG-GENERAL
Obviously I'd only want the second line showing in my results.
Can anyone assist?
Thanks.
I need to create the following in SQL so that a query I am running will pull the right data into Excel for me.
I need to basically
SELECT * WHERE WO.WOTYPE is not in WO.TASKNUM
A typical example of the data is:
WOTYPE TASKNUM
CATR RM-CATR-EQUIP
CATR RM-CHG-GENERAL
Obviously I'd only want the second line showing in my results.
Can anyone assist?
Thanks.