I need to return the current value of a variable - not the transient version which this API appears to return. i.e. if the env var is changed since the app was executed the change is not picked up. Any ideas on getting the current value of an env var?
Thanks in advance!
Try something like:
sql_unaccounted = "select * from tbl_Inventory where employeenum = '' and partnumber not in (select partnumber from tbl_Inventory where employeenum != '') order by partnumber"
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.