what is the proper mysql syntax to change field names after the query is done

if I have a table with:
id
englishText
spanishText
picture

And I query the table with:
select id, spanishText
from myTable
limit 30

how do I change the 'spanishText' field name to say 'language' ?

many thanks
g





--
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to