sql test

Sql code posted by test
created at 20 Jun 21:58

Edit | Back
1
2
3
4
5
6
7
8
         SELECT *
           FROM course
FULL OUTER JOIN party
                 ON 
                course.attendant = party.attendant
          WHERE course.attendant IS NULL
                 OR 
                party.attendant IS NULL
243 Bytes in 2 ms with coderay