I have two tables with identical field names - let's call them LIVE_DATA and TEST_DATA.
I want to run an SQL that prompts the user to choose TEST or LIVE. If they choose LIVE, then the SQL: Select * from LIVE_DATA is run, and if they choose TEST the the SQL: Select * from TEST_DATA is run.
Can anyone help me with a simple way to do this ?
Thanks for any help
Dan
I want to run an SQL that prompts the user to choose TEST or LIVE. If they choose LIVE, then the SQL: Select * from LIVE_DATA is run, and if they choose TEST the the SQL: Select * from TEST_DATA is run.
Can anyone help me with a simple way to do this ?
Thanks for any help
Dan