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-X 1.0-SQL 手册-函数-加密和压缩函数
支持的加密和压缩函数PolarDB-X支持如下加密和压缩函数。函数名描述AES_ENCRYPT()Encrypt using AESMD5()Calculate MD5 checksumUNCOMPRESS()Uncompress a string compressedUNCOMPRESSED_LENGTH()Return the length of a string before compre....
PolarDB-X 1.0-SQL 手册-函数-窗口函数
传统的Group By函数会按照分组后的查询结果进行聚合计算,且每个分组只输出一条数据。但与传统的Group By函数不同,窗口函数(也称OLAP函数)可以为每个分组返回多个值,且不会影响记录的数量。本文介绍如何使用窗口函数。前提条件PolarDB-X 1.0实例版本需为5.4.8及以上。关于如何查看实例版本,请参见查看实例版本。使用限制窗口函数仅支持用于SELECT语句中。窗口函数禁止与单独的....
本页面内关键词为智能算法引擎基于机器学习所生成,如有任何问题,可在页面下方点击"联系我们"与我们沟通。
云原生数据库 PolarDB更多手册相关
云原生数据库 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存储
数据库
数据库领域前沿技术分享与交流
+关注