Is there a way to assign a field as a different variable name inside the query? I need to pull the same column based on different parameters from the same table. In SQL I would use an alias like "SELECT alias1.field1 FROM table1 AS alias1".
Is there any way to do that or something similar in...
I am passing user selected variables through a multi-select listbox. I need to get these variables into an array to then use in my dynamic query. Currently it appears they are concatenating each selected option together in a comma separated string. Any ideas on how to get them into an array...
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.