Select field rename fails. (1 reply)
(MySQL.com) Hi all,
We've been using MySQL for little over two years (using version 5.0) and have run into a strange problem our 'AS' keyword does not appear to be working in the following example:
SELECT DISTINCTROW tableA.*,
tableB.name AS bName,
tabl