Skip to content

Instantly share code, notes, and snippets.

@misiek08
Created September 17, 2013 12:03
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save misiek08/6593437 to your computer and use it in GitHub Desktop.
Save misiek08/6593437 to your computer and use it in GitHub Desktop.
SELECT * FROM bought_items bi JOIN items i ON (i.id = bi.item_id) WHERE i.title LIKE %% OR username LIKE %%
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment