Don't like ads? PRO users don't see any ads ;-)
Guest

Untitled

By: a guest on Jul 4th, 2012  |  syntax: None  |  size: 0.24 KB  |  hits: 10  |  expires: Never
download  |  raw  |  embed  |  report abuse  |  print
Text below is selected. Please press Ctrl+C to copy to your clipboard. (⌘+C on Mac)
  1. How do I get similar domains from database using tags?
  2. SELECT *
  3. FROM domains
  4. WHERE
  5.   tag LIKE '*search*' OR
  6.   tag LIKE '*google*' OR
  7.   tag LIKE '*searchengine*' OR
  8.   tag LIKE '*engine*' OR
  9.   tag LIKE '*web*' OR
  10.   tag LIKE '*reference*'