SQL-PatternMatching-Page18
👉Pattern Matching
✅LIKE Predicate
The LIKE predicate allows the comparison of one string value with another string value, which is not identical.
Wildcard Characters:
% allows matching any string of any length.
_ allows matching on a single character.
Comments
Post a Comment