1 |
0.54 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.service AS service_6, t0.phone AS phone_7 FROM user t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.name AS name_5, t0.service AS service_6, t0.phone AS phone_7 FROM user t0 WHERE t0.id = 6;
|
2 |
0.47 ms |
SELECT t0.id AS id_1, t0.reference AS reference_2, t0.customer_id AS customer_id_3, t0.contact_id AS contact_id_4, t0.numero_dossier AS numero_dossier_5, t0.description AS description_6, t0.total_ht AS total_ht_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.version AS version_10, t0.contact AS contact_11, t0.adresse AS adresse_12, t0.remise_commerciale AS remise_commerciale_13, t0.remise_en_p100 AS remise_en_p100_14, t0.marge_brute AS marge_brute_15, t0.p_bc AS p_bc_16, t0.e_dr AS e_dr_17, t0.p_t AS p_t_18, t0.l_p AS l_p_19, t0.d_p AS d_p_20, t0.e_ti AS e_ti_21, t0.c_dp AS c_dp_22, t0.version_pdf AS version_pdf_23 FROM devis_prestation t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.reference AS reference_2, t0.customer_id AS customer_id_3, t0.contact_id AS contact_id_4, t0.numero_dossier AS numero_dossier_5, t0.description AS description_6, t0.total_ht AS total_ht_7, t0.created_at AS created_at_8, t0.updated_at AS updated_at_9, t0.version AS version_10, t0.contact AS contact_11, t0.adresse AS adresse_12, t0.remise_commerciale AS remise_commerciale_13, t0.remise_en_p100 AS remise_en_p100_14, t0.marge_brute AS marge_brute_15, t0.p_bc AS p_bc_16, t0.e_dr AS e_dr_17, t0.p_t AS p_t_18, t0.l_p AS l_p_19, t0.d_p AS d_p_20, t0.e_ti AS e_ti_21, t0.c_dp AS c_dp_22, t0.version_pdf AS version_pdf_23 FROM devis_prestation t0 WHERE t0.id = '56';
|
3 |
0.42 ms |
SELECT t0.id AS id_1, t0.designation AS designation_2, t0.quantite AS quantite_3, t0.prix_unitaire AS prix_unitaire_4, t0.total_ligne AS total_ligne_5, t0.code_article AS code_article_6, t0.commentaire AS commentaire_7, t0.prf AS prf_8, t0.delai AS delai_9, t0.devis_prestation_id AS devis_prestation_id_10 FROM devis_prestation_ligne t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.designation AS designation_2, t0.quantite AS quantite_3, t0.prix_unitaire AS prix_unitaire_4, t0.total_ligne AS total_ligne_5, t0.code_article AS code_article_6, t0.commentaire AS commentaire_7, t0.prf AS prf_8, t0.delai AS delai_9, t0.devis_prestation_id AS devis_prestation_id_10 FROM devis_prestation_ligne t0 WHERE t0.id = '56';
|
5 |
0.51 ms |
SELECT t0.id AS id_1, t0.designation AS designation_2, t0.quantite AS quantite_3, t0.prix_unitaire AS prix_unitaire_4, t0.total_ligne AS total_ligne_5, t0.code_article AS code_article_6, t0.commentaire AS commentaire_7, t0.prf AS prf_8, t0.delai AS delai_9, t0.devis_prestation_id AS devis_prestation_id_10 FROM devis_prestation_ligne t0 WHERE t0.devis_prestation_id = ?
SELECT t0.id AS id_1, t0.designation AS designation_2, t0.quantite AS quantite_3, t0.prix_unitaire AS prix_unitaire_4, t0.total_ligne AS total_ligne_5, t0.code_article AS code_article_6, t0.commentaire AS commentaire_7, t0.prf AS prf_8, t0.delai AS delai_9, t0.devis_prestation_id AS devis_prestation_id_10 FROM devis_prestation_ligne t0 WHERE t0.devis_prestation_id = 56;
|