cczhy

  博客园  :: 首页  :: 新随笔  :: 联系 :: 订阅 订阅  :: 管理

2020年12月16日

摘要: 多对多表格的Ajax实现 老师和班级的关系使用如下表格记录: id,class_id,teacher_id 现在需要将teacher,class和上述的关系表全部链接起来。 select teacher.id as tid,teacher.name,class.title from teacher 阅读全文
posted @ 2020-12-16 07:01 cczhy 阅读(74) 评论(0) 推荐(0)