MySQL Forums
Forum List  »  Delphi

SQL string functions
Posted by: James Caravan
Date: April 25, 2018 04:23PM

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

Options: ReplyQuote


Subject
Written By
Posted
SQL string functions
April 25, 2018 04:23PM
May 02, 2018 09:56AM


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.