getEditeurShort.sql 181 Bytes
select ID_EDITEUR as publisherId, NOM_EDITEUR as publisherName, IFNULL(PAYS,"") as publisherCountry, IFNULL(HISTORIQUE,'') as publisherHistory, '-1' as _version_ from editeur;
quit