SQL的一些小知识呀(2)

2021-08-23  本文已影响0人  Rainbow想喝奶茶

以下均为在postgreSQL数据库下进行操作。

select column_a||'('||column_b||')' as combination 
from table;
select name 
from table 
where extract(month from created_at)=7;

自我记录,有错误欢迎指正~

上一篇下一篇

猜你喜欢

热点阅读