PolarDB-X 1.0-SQL 手册-函数-函数
DRDS 支持的函数分为日期时间函数、字符串函数、转换函数、聚合函数、数学函数、比较函数、位函数、控制流程函数、信息函数、加密和压缩函数以及其他函数;JSON 函数和地理信息函数的下推执行。以下函数 出现在WHERE条件、UPDATE语句中,DRDS不支持:LAST_INSERT_ID()CONNECTION_ID()CURRENT_USER(), CURRENT_USERDATABASE()S....
PolarDB-X 1.0-SQL 手册-函数-日期时间函数
DRDS 支持如下日期时间函数:函数名描述ADDDATE()Add time values (intervals) to a date valueADDTIME()Add timeCURDATE()Return the current dateCURRENT_DATE(), CURRENT_DATESynonyms for CURDATE()CURRENT_TIME(), CURRENT_TIM....
PolarDB-X 1.0-SQL 手册-函数-字符串函数
函数名描述ASCII()Return numeric value of left-most characterBIN()Return a string containing binary representation of a numberBIT_LENGTH()Return length of argument in bitsCHAR()Return the character for eac....
PolarDB-X 1.0-SQL 手册-函数-转换函数
DRDS 支持如下转换函数:函数名描述BINARYCast a string to a binary stringCAST()Cast a value as a certain typeCONVERT()Cast a value as a certain typeCONVERT函数仅支持 CONVERT(expr USING transcoding_name) 形式。如需使用CONVERT(ex....
PolarDB-X 1.0-SQL 手册-函数-聚合函数
DRDS 支持如下聚合函数:函数名描述AVG()Return the average value of the argumentCOUNT()Return a count of the number of rows returnedCOUNT(DISTINCT)Return the count of a number of different valuesMAX()Return the maxi....
PolarDB-X 1.0-SQL 手册-函数-数学函数
DRDS 支持如下数学函数:函数名描述ABS()Return the absolute valueACOS()Return the arc cosineASIN()Return the arc sineATAN()Return the arc tangentATAN2(), ATAN()Return the arc tangent of the two argumentsCEIL()Return....
PolarDB-X 1.0-SQL 手册-函数-比较函数
DRDS 支持如下比较函数:函数名描述COALESCE()Return the first non-NULL argumentGREATEST()Return the largest argumentIN()Check whether a value is within a set of valuesINTERVAL()Return the index of the argument that ....
PolarDB-X 1.0-SQL 手册-函数-位函数
DRDS 支持一个位函数,即 BIT_COUNT(),其返回参数对应的二进制数中1的个数;若参数为NULL,则返回NULL。mysql> SELECT BIT_COUNT(29), BIT_COUNT(b'101010');+--------------+----------------------+| BIT_COUNT(29)| BIT_COUNT(b'101010')|+------....
PolarDB-X 1.0-SQL 手册-函数-流程控制函数
DRDS 支持如下流程控制函数:函数名描述CASECase operatorIF()If/else constructIFNULL()Null if/else constructNULLIF()Return NULL if expr1 = expr2
PolarDB-X 1.0-SQL 手册-函数-信息函数
信息函数用于返回动态的数据库信息。DRDS 支持如下信息函数:函数名描述CONNECTION_ID()Return the connection ID (thread ID) for the connectionCURRENT_USER(), CURRENT_USERThe authenticated user name and host nameDATABASE()Return the def....
本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。
云原生数据库 PolarDB您可能感兴趣
- 云原生数据库 PolarDB适配
- 云原生数据库 PolarDB升级
- 云原生数据库 PolarDB容灾
- 云原生数据库 PolarDB数据备份
- 云原生数据库 PolarDB解决方案
- 云原生数据库 PolarDB复杂查询
- 云原生数据库 PolarDB融合
- 云原生数据库 PolarDB imci
- 云原生数据库 PolarDB实战
- 云原生数据库 PolarDB解析
- 云原生数据库 PolarDB数据库
- 云原生数据库 PolarDB MySQL
- 云原生数据库 PolarDB数据
- 云原生数据库 PolarDB sql
- 云原生数据库 PolarDB版本
- 云原生数据库 PolarDB PolarDB
- 云原生数据库 PolarDB开源
- 云原生数据库 PolarDB同步
- 云原生数据库 PolarDB集群
- 云原生数据库 PolarDB节点
- 云原生数据库 PolarDB rds
- 云原生数据库 PolarDB阿里云
- 云原生数据库 PolarDB产品
- 云原生数据库 PolarDB查询
- 云原生数据库 PolarDB postgresql
- 云原生数据库 PolarDB迁移
- 云原生数据库 PolarDB配置
- 云原生数据库 PolarDB库
- 云原生数据库 PolarDB部署
- 云原生数据库 PolarDB存储
数据库
数据库领域前沿技术分享与交流
+关注