Subversion-Projekte lars-tiefland.php_share

Revision

Details | Letzte Änderung | Log anzeigen | RSS feed

Revision Autor Zeilennr. Zeile
1 lars 1
Apr 18 19:01:52 Query2XML [info] QUERY: SELECT
2
         *
3
     FROM
4
         customer c
5
         LEFT JOIN sale s ON c.customerid = s.customer_id
6
         LEFT JOIN album al ON s.album_id = al.albumid
7
         LEFT JOIN artist ar ON al.artist_id = ar.artistid
8
     ORDER BY
9
         c.customerid,
10
         s.saleid,
11
         al.albumid,
12
         ar.artistid
13
Apr 18 19:01:52 Query2XML [info] DONE