swp520lmg

user表格

user—cour表格关联表

cour表格

查询语句:select  * from  courseware c left join user_cour uc on  c.cid = uc.cid left join `user` u  on uc.uid = u.uid where u.uid=1;

分类:

技术点:

相关文章:

  • 2021-11-23
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2022-01-17
  • 2022-02-17
  • 2021-09-01
猜你喜欢
  • 2022-02-14
  • 2022-01-10
  • 2021-07-12
  • 2021-11-30
  • 2021-11-30
相关资源
相似解决方案