Skip to content

Instantly share code, notes, and snippets.

@oleander
Created April 12, 2011 14:40
Show Gist options
  • Save oleander/915613 to your computer and use it in GitHub Desktop.
Save oleander/915613 to your computer and use it in GitHub Desktop.
SELECT `users`.* FROM `users` INNER JOIN `authentications` ON `authentications`.`user_id` = `users`.`id`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment