2005/11/11, The Nice Spider <[EMAIL PROTECTED]>:
> Does MySQL support:
>
> SELECT ID_TAG= ID
> FROM TABLE
>
> rather than select ID TAG_ID from Table. I need this for MS SQL Compabilty.
>

Did you try the AS keyword ?
Select ID As ID_TAG from TABLE

--
Pooly
Webzine Rock : http://www.w-fenec.org/

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

Reply via email to