Hello all,
I'm trying the do the following:
I have a 2 page application. When the user completes the 1st page and hits submit the information is submitted to a database and they are brought to page 2 where the setup is similar.
This is what I'd like to do: If the user completes the first page...
Hi all,
I have a statement:
SELECT aff_code, aff_name, pw FROM affiliates WHERE aff_code = 'snow'
UNION ALL
SELECT aff_code, aff_name, pw FROM associates WHERE aff_code = 'snow'
But I want to know based on my query which table each row came from(associates or affiliates). Can I create a...
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.