Preview:
SELECT
  SEARCH(column, 'search text') AS x, #one column
  SEARCH((column_1, column_2), 'search text') AS y, #multiple columns
  SEARCH(table, 'search text') AS z #table scan
FROM table;
downloadDownload PNG downloadDownload JPEG downloadDownload SVG

Tip: You can change the style, width & colours of the snippet with the inspect tool before clicking Download!

Click to optimize width for Twitter