SQL string functions
Hi all
I'm trying to create a SQL statement as follows:
Select Length(LastName) as LongLastName
from Accounts
where Length(LastName) > 10
I tried Len and Length, but thee error states "operation not supported"
I have obviously got the wrong keyword for paradox and MySQL
any help would be appreciated
thx
Subject
Written By
Posted
SQL string functions
April 25, 2018 04:23PM
Sorry, you can't reply to this topic. It has been closed.
Content reproduced on this site is the property of the respective copyright holders.
It is not reviewed in advance by Oracle and does not necessarily represent the opinion
of Oracle or any other party.