Skip to content

Instantly share code, notes, and snippets.

@welkang
Created May 20, 2012 16:40
Show Gist options
  • Save welkang/2758721 to your computer and use it in GitHub Desktop.
Save welkang/2758721 to your computer and use it in GitHub Desktop.
SQL:INNER JOIN
SELECT title, details, task.id, name FROM tasks
INNER JION users
ON tasks.user_id = users.id;
数据库两个表的查询
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment