用MySQL Workbench建立外键及多表查询

1.建立外键sql 2.多表查询code SELECT * FROM mydb.role,mydb.users where role.userid=2 and role.userid=users.id;
相关文章
相关标签/搜索