Conditional COUNT in with table Join in SQL

前端 未结 0 1295
伪装坚强ぢ
伪装坚强ぢ 2020-12-19 10:06

I have this query:

SQL> SELECT DISTINCT Module.module_name, Instructor.Instructor_name
  2  FROM InstructorMailingAddressModPer
  3  JOIN Module ON Instruc         


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题