Skip to content

Instantly share code, notes, and snippets.

@maeste
Created September 23, 2009 13:01
Show Gist options
  • Save maeste/191978 to your computer and use it in GitHub Desktop.
Save maeste/191978 to your computer and use it in GitHub Desktop.
SELECT au.numero,tau.descrizione
FROM DATILINCE.aziendA a ,DATILINCE.infoeco i, DATILINCE.automezzi au,DATILINCE.tipo_automezzi tau
WHERE a.id_lince=943788
and a.data_annullamento is null
and i.data_annullamento is null
and a.id_lince=i.id_lince
and i.cd_infoeco=au.cd_infoeco
and au.cd_tipo_automezzi=tau.cd_tipo_automezzi
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment