1 |
0.63 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 = 3;
|
2 |
0.64 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.designation AS designation_3, t0.fabricant AS fabricant_4, t0.reference_fabricant AS reference_fabricant_5, t0.type AS type_6, t0.prf AS prf_7, t0.unite_de_prix AS unite_de_prix_8, t0.date_validite_tarif AS date_validite_tarif_9, t0.code_tarif AS code_tarif_10, t0.code_douanier AS code_douanier_11, t0.dimentions AS dimentions_12, t0.poids AS poids_13, t0.pays_origine AS pays_origine_14, t0.numero_magasin AS numero_magasin_15, t0.emplacement_magasin AS emplacement_magasin_16, t0.created_at AS created_at_17, t0.image AS image_18, t0.id_monday AS id_monday_19, t0.updated_at AS updated_at_20, t0.updated_by AS updated_by_21, t0.coeff_prix_id AS coeff_prix_id_22 FROM article t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.designation AS designation_3, t0.fabricant AS fabricant_4, t0.reference_fabricant AS reference_fabricant_5, t0.type AS type_6, t0.prf AS prf_7, t0.unite_de_prix AS unite_de_prix_8, t0.date_validite_tarif AS date_validite_tarif_9, t0.code_tarif AS code_tarif_10, t0.code_douanier AS code_douanier_11, t0.dimentions AS dimentions_12, t0.poids AS poids_13, t0.pays_origine AS pays_origine_14, t0.numero_magasin AS numero_magasin_15, t0.emplacement_magasin AS emplacement_magasin_16, t0.created_at AS created_at_17, t0.image AS image_18, t0.id_monday AS id_monday_19, t0.updated_at AS updated_at_20, t0.updated_by AS updated_by_21, t0.coeff_prix_id AS coeff_prix_id_22 FROM article t0 WHERE t0.id = '493';
|