Table of ContentsPreviousNext

Ispirer             Ispirer


Ispirer SQLWays データベース移行ソフトウェア

LEN

構文

LEN(string_expr)

LEN は与えられた文字式の文字の数を返します。末尾の空白は含みません。

Example

この例では、company name および 各companyの名前の文字数を返しています。

SELECT CompanyName, LEN(CompanyName)
FROM Customers 
Here is the result set: 
CompanyName 
_____________________________ 
Consolidated Holdings        	21
Eastern Connection          	18
France restauration 	19
Great Lakes Food Market      	23
Island Trading               	14
Let's Stop N Shop           	17 

他のデータベースでの同等機能

TABLE 94. 他DBの同等機能
IBM DB2
LENGTH 関数
Oracle
LENGTH 関数


Table of ContentsPreviousNext
Ispirer             Ispirer
Copyright © 1999-2015 Ispirer Systems Ltd. Ispirer and SQLWays are trademarks of Ispirer Systems Ltd. All other product names may be trademarks of the respective companies. All rights reserved.