1 Overview
The length()
function returns the length of a string attribute or value.
2 Example
This query returns all customers with a FirstName
of 5 or more characters:
//Sales.Customer[length(FirstName) >= 5]
The length()
function returns the length of a string attribute or value.
This query returns all customers with a FirstName
of 5 or more characters:
//Sales.Customer[length(FirstName) >= 5]