--应该是单引号!
select 'colname'=table.colname from tablename与
select table.colname  as 'colname' from tablename是一样的.
是表示表的别名!