coalesce(字段,默认值)

select coalesce(title,'liu') from a

 

相关文章: