Hi,
I have a select query. I want to make name of one column from database like this
select columnA as (SELECT value from table2 WHERE nr=55) FROM table1
Is this possible in mysql. I have tried to run the query but it is saying that something is wrong with the syntax.
Thanks in advance.