mysql数据库内置函数大全_(MariaDB)MySQL内置函数大全

本文目录:

1. 字符串函数

1.1 字符串连接函数

1.2 lower()、upper()、left()、right()

1.3 填充函数lpad()和rpad()

1.4 trim()、ltrim()、rtrim()及trim()

1.5 字符串重复函数repeat()

1.6 字符串替换函数replace()

1.7 字符串插入替换函数insert()

1.8 字符串提取substring()

1.9 字符串比较函数strcmp()

1.10 字符串长度函数length()和char_length()

1.11 字符串位置函数locate()、position()和instr()

1.12 字符串位置函数find_in_set()

1.13 字符串位置函数field()

1.14 指定位置的字符串函数elt()

1.15 字符串反转函数reverse()

2. 数学函数

2.1 绝对值函数ABS()

2.2 取模函数mod()

2.3 四舍五入函数round()

2.4 位数截断函数truncate()

2.5 地板函数floor()和天花板函数ceiling()

2.6 随机函数rand()

2.7 最值函数least()

2.8 最值函数greastest()

3. 日期时间函数

3.1 当前日期时间

3.2 week()

3.3 year()、monthname()、quarter()

3.4 hour()、minute()、second()

3.5 extract()

3.6 dayname()和dayo

你可能感兴趣的:(mysql数据库内置函数大全)