Topic complex |
Selecting |
Function |
HAS |
Short |
Checks for substing |
Syntax |
Exp_1 HAS Exp_2 |
Parameter |
Exp_1, Exp_2 : STRING |
Return |
TRUE, if Exp_2 is subsrting of Exp_1
FALSE, otherwise |
See also: |
|
Description |
Attention: this is case sensitive!
"comparison" HAS "paris" -> TRUE
"COMPARISON" HAS "paris" -> FALSE
If you want check case insensitively, you should prefer "LIKE".
|
Write a comment:
|