SQL常见函数之单行函数总结
Posted jibisheng
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了SQL常见函数之单行函数总结相关的知识,希望对你有一定的参考价值。
- 字符函数
- length()
- concat()
- substr()
- instr()
- trim()
- upper()
- lower()
- lpad()
- rpad()
- replace()
- 数学函数
- round()
- ceil()
- truncate()
- mod()
- 日期函数
- now()
- curdate()
- curtime()
- year()
- month()
- monthname()
- day()
- hour()
- minute()
- second()
- str_to_date()
- date_format()
- 其它函数
- version()
- database()
- user()
- 控制函数
- if()
- case()
以上是关于SQL常见函数之单行函数总结的主要内容,如果未能解决你的问题,请参考以下文章