INSERT INTO `cw_integral_student` (studentId)

SELECT 9                                   ------------------------- 9 用于占位
from DUAL                                  --------------------------DUAL  是临时表的意思

WHERE NOT EXISTS (
select studentId
from cw_integral_student
WHERE studentId = 9
)

相关文章:

  • 2022-12-23
  • 2022-12-23
  • 2021-10-20
  • 2021-11-17
  • 2022-12-23
  • 2022-01-13
  • 2021-11-07
  • 2021-11-17
猜你喜欢
  • 2022-12-23
  • 2021-11-17
  • 2022-12-23
  • 2021-12-03
  • 2022-12-23
相关资源
相似解决方案