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:01 Query2XML [info] QUERY: SELECT
2
        *
3
     FROM
4
        artist
5
        LEFT JOIN album ON album.artist_id = artist.artistid
6
     ORDER BY
7
        artist.artistid,
8
        album.albumid
9
Apr 18 19:01:01 Query2XML [info] DONE