![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |
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 a string starting with “OBJ”. ‘OBJ?’ for any 4-character string starting with “OBJ”.
![]() |
Copyright © TIBCO Software Inc. All Rights Reserved |