Advertisement
badlogic

Script for selecting all subjects

Jun 29th, 2016
238
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.25 KB | None | 0 0
  1. SELECT subjname_shortname,subjname_name,cs_unit,college_day FROM college_subjects cs
  2. INNER JOIN dps_registrar_db.file_subject_name fsn on fsn.subjname_id = cs.cs_subject_id
  3. INNER JOIN college_subject_schedule css on css.college_subject_id = cs.cs_id
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement