花费 25 ms
【PostgreSQL】coalesce函数

功能:和oracle的同名函数一致,当只有两个参数时相当于oracle的nvl。 用例: select coalesce(max(id),0)+1 from tagcnt 说 ...

Tue Feb 15 12:00:00 CST 2022 0 690

 
粤ICP备18138465号  © 2018-2025 CODEPRJ.COM