1.mysql:GROUP_CONCAT可以将一列的数据,用逗号拼接为一个字符串。
2.left join一定要有on,可以是on 1=1;inner join 可以不有on。
3.pg_sql:string_agg,array_agg两种方式,一种是数组,一种是字符串。
4.正则表达式