1.20 ms (42.22%)
|
1 |
SELECT t0.id AS id_1, t0.code AS code_2, t0.numero AS numero_3, t0.arret_at AS arret_at_4, t0.numero_dossier AS numero_dossier_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.validated_at AS validated_at_8, t0.is_published AS is_published_9, t0.is_validated AS is_validated_10, t0.demandeur AS demandeur_11, t0.defendeur AS defendeur_12, t0.filename AS filename_13, t0.object AS object_14, t0.object_other AS object_other_15, t0.content AS content_16, t0.president AS president_17, t0.conseiller_rapporteur AS conseiller_rapporteur_18, t0.conseiller AS conseiller_19, t0.greffier AS greffier_20, t0.avocat_general AS avocat_general_21, t0.autre_personnes AS autre_personnes_22, t0.validation_note AS validation_note_23, t0.sommaire AS sommaire_24, t0.keywords AS keywords_25, t0.content_brut AS content_brut_26, t0.validate_by_id AS validate_by_id_27, t0.nature_id AS nature_id_28, t0.solution_id AS solution_id_29, t0.cassation_id AS cassation_id_30, t0.statut_id AS statut_id_31, t32.id AS id_33, t32.code AS code_34, t32.created_at AS created_at_35, t32.filename AS filename_36, t32.completed_at AS completed_at_37, t32.is_classified AS is_classified_38, t32.numero AS numero_39, t32.arret_at AS arret_at_40, t32.year_at AS year_at_41, t32.content AS content_42, t32.updated_at AS updated_at_43, t32.created_by_id AS created_by_id_44, t32.decision_id AS decision_id_45, t32.completed_by_id AS completed_by_id_46, t32.nature_id AS nature_id_47, t0.created_by_id AS created_by_id_48 FROM decision t0 LEFT JOIN draft t32 ON t32.decision_id = t0.id WHERE t0.code = ? LIMIT 1
Parameters: [
"DCS6806DD1E13E86"
]
SELECT
t0.id AS id_1,
t0.code AS code_2,
t0.numero AS numero_3,
t0.arret_at AS arret_at_4,
t0.numero_dossier AS numero_dossier_5,
t0.created_at AS created_at_6,
t0.updated_at AS updated_at_7,
t0.validated_at AS validated_at_8,
t0.is_published AS is_published_9,
t0.is_validated AS is_validated_10,
t0.demandeur AS demandeur_11,
t0.defendeur AS defendeur_12,
t0.filename AS filename_13,
t0.object AS object_14,
t0.object_other AS object_other_15,
t0.content AS content_16,
t0.president AS president_17,
t0.conseiller_rapporteur AS conseiller_rapporteur_18,
t0.conseiller AS conseiller_19,
t0.greffier AS greffier_20,
t0.avocat_general AS avocat_general_21,
t0.autre_personnes AS autre_personnes_22,
t0.validation_note AS validation_note_23,
t0.sommaire AS sommaire_24,
t0.keywords AS keywords_25,
t0.content_brut AS content_brut_26,
t0.validate_by_id AS validate_by_id_27,
t0.nature_id AS nature_id_28,
t0.solution_id AS solution_id_29,
t0.cassation_id AS cassation_id_30,
t0.statut_id AS statut_id_31,
t32.id AS id_33,
t32.code AS code_34,
t32.created_at AS created_at_35,
t32.filename AS filename_36,
t32.completed_at AS completed_at_37,
t32.is_classified AS is_classified_38,
t32.numero AS numero_39,
t32.arret_at AS arret_at_40,
t32.year_at AS year_at_41,
t32.content AS content_42,
t32.updated_at AS updated_at_43,
t32.created_by_id AS created_by_id_44,
t32.decision_id AS decision_id_45,
t32.completed_by_id AS completed_by_id_46,
t32.nature_id AS nature_id_47,
t0.created_by_id AS created_by_id_48
FROM
decision t0
LEFT JOIN draft t32 ON t32.decision_id = t0.id
WHERE
t0.code = ?
LIMIT
1
SELECT t0.id AS id_1, t0.code AS code_2, t0.numero AS numero_3, t0.arret_at AS arret_at_4, t0.numero_dossier AS numero_dossier_5, t0.created_at AS created_at_6, t0.updated_at AS updated_at_7, t0.validated_at AS validated_at_8, t0.is_published AS is_published_9, t0.is_validated AS is_validated_10, t0.demandeur AS demandeur_11, t0.defendeur AS defendeur_12, t0.filename AS filename_13, t0.object AS object_14, t0.object_other AS object_other_15, t0.content AS content_16, t0.president AS president_17, t0.conseiller_rapporteur AS conseiller_rapporteur_18, t0.conseiller AS conseiller_19, t0.greffier AS greffier_20, t0.avocat_general AS avocat_general_21, t0.autre_personnes AS autre_personnes_22, t0.validation_note AS validation_note_23, t0.sommaire AS sommaire_24, t0.keywords AS keywords_25, t0.content_brut AS content_brut_26, t0.validate_by_id AS validate_by_id_27, t0.nature_id AS nature_id_28, t0.solution_id AS solution_id_29, t0.cassation_id AS cassation_id_30, t0.statut_id AS statut_id_31, t32.id AS id_33, t32.code AS code_34, t32.created_at AS created_at_35, t32.filename AS filename_36, t32.completed_at AS completed_at_37, t32.is_classified AS is_classified_38, t32.numero AS numero_39, t32.arret_at AS arret_at_40, t32.year_at AS year_at_41, t32.content AS content_42, t32.updated_at AS updated_at_43, t32.created_by_id AS created_by_id_44, t32.decision_id AS decision_id_45, t32.completed_by_id AS completed_by_id_46, t32.nature_id AS nature_id_47, t0.created_by_id AS created_by_id_48 FROM decision t0 LEFT JOIN draft t32 ON t32.decision_id = t0.id WHERE t0.code = 'DCS6806DD1E13E86' LIMIT 1;
|