Table of ContentsPreviousNext

Ispirer             Ispirer


Ispirer SQLWays数据库迁移软件

LEFT

语法

LEFT(char_expr, int_expr)

LEFT 退回 int_expr char_expr的左边的字符。

例如

这个例如退回每本书的标题的五个左边的字符。

SELECT LEFT(title, 5) 
FROM TITLES; 
Here is the result set: 
_______
The B 
Cooki
You C 
The G 
The P  

在其他数据库相等

表格 77。 在其他数据库相等
Oracle
SUBSTR 功能
Microsoft SQL Server
LEFT 功能


Table of ContentsPreviousNext
Ispirer             Ispirer
版权 © 1999-2015 Ispirer Systems Ltd. Ispirer和SQLWaysIspirer Systems Ltd的品牌。所有其他产品名称可能是其各自公司的商标。版权所有。