Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved


Wildcard Characters

Wildcard Characters
You can use LIKE to perform partial matches when using SELECT or FIND. The string that you use must be enclosed in single quotation marks. You can use the following wildcard characters in conjunction with LIKE:
 
A string of zero or more characters.
‘OBJ?’ for any 4-character string starting with “OBJ”.

Copyright © TIBCO Software Inc. All Rights Reserved
Copyright © TIBCO Software Inc. All Rights Reserved