Skip to content
Ali Amirnezhad edited this page Jul 24, 2019 · 13 revisions

SELECT functions

WHERE / HAVING conditions

  • : (equal)
  • null (ISNULL)
  • NOT
  • NE (not equal)
  • BETWEEN
  • IN
  • LIKE
  • LLIKE (like at the end of string)
  • RLIKE (like at the beginning of string)
  • LT (less than)
  • LTE (less than or equal)
  • GT (greater than)
  • GTE (greater than or equal)

Clone this wiki locally