平
台
梦
OceanBase UPPER
在 OceanBase 数据库中,UPPER 函数用于将字符串转换为大写形式。其基本语法如下:
UPPER(source_string)
其中:
source_string 是要转换为大写的原始字符串。
以下是一个简单的例子:
SELECT UPPER('Hello, World!') AS result;
这将返回结果:
'HELLO, WORLD!'
在这个例子中,UPPER 函数将原始字符串中的所有字符转换为大写形式。这在需要对字符串进行不区分大小写的比较时很常见。
转载请注明出处:
http://www.pingtaimeng.com/article/detail/11644/OceanBase
最新文章
Win32 API:DwmTetherContact 函数(Dwmapi.h)
Win32 API:DwmRegisterThumbnail 函数(Dwmapi.h)
Win32 API:DwmQueryThumbnailSourceSize 函数(Dwmapi.h)
Win32 API:DwmIsCompositionEnabled 函数(Dwmapi.h)
Win32 API:DwmGetWindowAttribute 函数(Dwmapi.h)
Win32 API:DwmGetCompositionTimingInfo 函数(Dwmapi.h)
Win32 API:DwmGetColorizationColor 函数(Dwmapi.h)
Win32 API:DwmFlush 函数(Dwmapi.h)
Win32 API:DwmExtendFrameIntoClientArea 函数(Dwmapi.h)
Win32 API:DwmEnableComposition 函数(Dwmapi.h)
Win32 API:DwmEnableBlurBehindWindow 函数(Dwmapi.h)
Win32 API:DSROLE_SERVER_STATE 枚举(Dsrole.h)
Win32 API:DSROLE_PRIMARY_DOMAIN_INFO_LEVEL 枚举(Dsrole.h)
Win32 API:DSROLE_OPERATION_STATE 枚举(Dsrole.h)
Win32 API:DSROLE_MACHINE_ROLE 枚举(Dsrole.h)
Win32 API:DSROLE_UPGRADE_STATUS_INFO 结构(Dsrole.h)
Win32 API:DSROLE_PRIMARY_DOMAIN_INFO_BASIC 结构(Dsrole.h)
Win32 API:DsRoleGetPrimaryDomainInformation 函数(Dsrole.h)
Win32 API:DsRoleFreeMemory 函数(Dsrole.h)
Win32 API:DSQUERYPARAMS 结构(Dsquery.h)