Skip to content

Instantly share code, notes, and snippets.

@oleander
Created April 1, 2011 23:08
Show Gist options
  • Save oleander/899025 to your computer and use it in GitHub Desktop.
Save oleander/899025 to your computer and use it in GitHub Desktop.
SELECT title, MATCH (title) AGAINST ('Born R') AS score, `songs`.* FROM songs WHERE MATCH (title) AGAINST ('Born') order by score DESC;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment