列统一给别名

Posted 138026310

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了列统一给别名相关的知识,希望对你有一定的参考价值。

select GROUP_CONCAT(t.alise,‘.‘,t.column_name) from (

select column_name ,
(case table_name
when ‘news‘ then ‘n‘
when ‘news_attachment‘ then ‘na‘ else ‘‘ end) alise
from
information_schema.`COLUMNS`
where table_schema = ‘ecs_news‘
and table_name in ( ‘news‘,‘news_attachment‘ )

) t

以上是关于列统一给别名的主要内容,如果未能解决你的问题,请参考以下文章

group by 列需要别名问题

015模块——起别名

Oracle字段别名加as与不加的区别

SQL的别名

SQL的别名

cuda统一内存和指针别名