13 years ago
Using SQL as a variable
PO TAG
1000 5050
1001 7070
1002 9090
I have the above info in my SQL server table called Test.
I have a spreadsheet which gives me the value (1001) for my current PO number. I want to be able to look in my SQL table and find the Tag number associated with PO 1001 and get back 7070 and store that as a new Variable.
Anybody know of a way to do this?
1000 5050
1001 7070
1002 9090
I have the above info in my SQL server table called Test.
I have a spreadsheet which gives me the value (1001) for my current PO number. I want to be able to look in my SQL table and find the Tag number associated with PO 1001 and get back 7070 and store that as a new Variable.
Anybody know of a way to do this?