Skip to content

Instantly share code, notes, and snippets.

@ojimac
Created June 8, 2012 01:51
Show Gist options
  • Save ojimac/2892964 to your computer and use it in GitHub Desktop.
Save ojimac/2892964 to your computer and use it in GitHub Desktop.
自己結合
select *
from users as t1
inner join users as t2 on t1.id = t2.id
where 1 = 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment