SQL select join: is it possible to prefix all columns as ‘prefix.*’?
It seems the answer to your question is no, however one hack you can use is to assign a dummy column to separate each new table. This works especially well if you’re looping through a result set for a list of columns in a scripting language such as Python or PHP. SELECT ” as table1_dummy, … Read more