跳转到内容
View in the app

A better way to browse. Learn more.

彼岸论坛

A full-screen app on your home screen with push notifications, badges and more.

To install this app on iOS and iPadOS
  1. Tap the Share icon in Safari
  2. Scroll the menu and tap Add to Home Screen.
  3. Tap Add in the top-right corner.
To install this app on Android
  1. Tap the 3-dot menu (⋮) in the top-right corner of the browser.
  2. Tap Add to Home screen or Install app.
  3. Confirm by tapping Install.
欢迎抵达彼岸 彼岸花开 此处谁在 -彼岸论坛

[Java] 小白,请教一个数据查询问题

发表于

前提: 1 、学生表:1 亿条 2 、学生学校表:1 亿条 3 、关系(多对多)

1 、 select * from 学生表 join 学生学校表 on 学生表.school_id=学生学校表.id where 学生表.id in (1,3,6)

2 、 select * from 学生学校表 join 学生表 on 学生学校表.id=学生表.id and 学生表.id in (1,3,6)

3 、 for id in (1,3,6): 根据 id 读取学生表的学生信息(MYSQL 读取) 根据 school_id 读取学生学校表的学生学校信息(MYSQL 读取)

4 、(11,33,66)返回的 school_id 信息 : select * from 学生表 where 学生表.id in (1,3,6) select * from 学生学校表 where 学生学校表.id in (11,33,66) 应用层,学校对象维度补充

需求:获取 (1,3,6) 用户的详细信息(学生表+学生学校表)

Featured Replies

No posts to show

创建帐户或登录来提出意见

Account

导航

搜索

Configure browser push notifications

Chrome (Android)
  1. Tap the lock icon next to the address bar.
  2. Tap Permissions → Notifications.
  3. Adjust your preference.
Chrome (Desktop)
  1. Click the padlock icon in the address bar.
  2. Select Site settings.
  3. Find Notifications and adjust your preference.