Show table name in query result
Would it be possible to see the table name in the query result. When you have big queries it is hard to see which table the data is in. E.g.
SELECT
c., jp., cp.*
FROM x, y, z
This query results in 100 columns. It would be useful in the result to see:
c.Column1, c.Column2, jp.Column1, jp.column2, jp.Column3
1
vote
William Buchanan
shared this idea