I am trying to do the following. I am trying to identify all the locations assigned to a USER in an ORACLE table. But how do I populate all the returned values into a drop down box? The following code, only obtains the first value.
SQL ORA
select locations AS LOC
FROM user t
WHERE...
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.