Skip to content
Mathias Rangel Wulff edited this page Jun 12, 2015 · 3 revisions

Keyword LIKE

Match expression with pattern.

Syntax:

    expression LIKE pattern

The pattern syntax uses these special characters:

  • % - any character

This operation also used in other AlaSQL commands:

  • [SHOW TABLES](Show Tables)
  • [REMOVE COLUMN](Remove Column)

See also: MATCH

Clone this wiki locally