EXACT(S1, S2) |
![]() ![]() ![]() |
Description
This function returns true (1) if string S1 exactly matches string S2; otherwise, it returns 0.
Parameters
S1
A string value.
S2
A string value.
Examples
EXACT("computer", "computer") = 1
EXACT("Abc", "abc") = 0
Try Predictive Systems Lab
Need Help?
Contact support