1.

How To Use Like Conditions?

Answer»

A LIKE CONDITION is also called pattern patch. There are 3 main RULES on using LIKE condition:

  • is used in the pattern to match any one CHARACTER.
  • % is used in the pattern to match any zero or more characters.
  • ESCAPE clause is used to PROVIDE the escape character in the pattern.

A LIKE condition is also called pattern patch. There are 3 main rules on using LIKE condition:



Discussion

No Comment Found