1: 2: 3: 4: 5: 6: 7: 8: 9: 10: 11: 12: 13: 14: 15: 16: 17: 18: 19: 20:
M.*, S.name vorwählen von ( message.*, notification.* vorwählen von der Mitteilung Mitteilung auf sich anschließen message.notification_id = notification.row_id wo message.title = „hallo“ Anschluss arc_message.*, arc_notification.* vorwählen vom arc_message arc_notification auf verbinden arc_message.notification_id = arc_notification.row_id wo arc_message.title = „hallo“ ) als M verbinden ( student.row_id, student.name vorwählen vom Kursteilnehmer Anschluss arc_student.row_id, arc_student.name vorwählen von arc_student ) als S AUF M.student_id = S.row_id