LIKE

LANSA

LIKE
All about SELECT_SQLThe Things that Make Up this ExampleTo Execute this ExampleForms/Components for this Example

Function SET189K or form S_189FK

Use LIKE to retrieve records that match generic criteria. The % sign is used to represent any possible character:


SELECT_SQL FIELDS(#SURNAME) FROM_FILES((PSLMST)) WHERE('SURNAME LIKE ''B%''')




TypeNameCodeDescription
FunctionSET189KSET189KSELECT_SQL - (NOT) LIKE
Form S_189FKS_189FKSELECT_SQL - (NOT) LIKE