1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22
|
SELECT IDTransporteur,code_interne,Compta_Code_compta,Code_nationale,nom,
adresse,Ville,telephone,numfax,maxi_chargement_poids,
maxi_chargement_palette,mini_chargement_poids,mini_chargement_palette,
delai_livraison,correspondant_1,mail_correspondant_1,gsm_correspondant_1,
tel_correspondant_1,pRenom_correpondant_1,fonction_correspondant_1,
jour_enlevement_2,correspondant_2,mail_correspondant_2,gsm_correspondant_2,
tel_correspondant_2,prenom_correspondant_2,fonction_correspondant_2,
observation,code_postal,idtva,Code_transporteur,IDorigine,jour_enlevement_1,
jour_enlevement_3,jour_enlevement_4,jour_enlevement_5,jour_enlevement_6,
jour_enlevement_7,ROWIDTOCHAR(ROWID)
FROM
Transporteur ORDER BY nom
call count cpu elapsed disk query current rows
------- ------ -------- ---------- ---------- ---------- ---------- ----------
Parse 1 1.09 1.15 0 0 0 0
Execute 1 0.00 0.00 0 0 0 0
Fetch 1 0.00 0.02 1 0 4 0
------- ------ -------- ---------- ---------- ---------- ---------- ----------
total 3 1.09 1.17 1 0 4 0 |