Skip to content

Instantly share code, notes, and snippets.

@ollym
Created January 29, 2010 21:56
Show Gist options
  • Save ollym/290185 to your computer and use it in GitHub Desktop.
Save ollym/290185 to your computer and use it in GitHub Desktop.
DB::select()
->join('table', 'type')
->on('column1', 'operator', 'column2');
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment