| 1 |
0.43 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.resume AS resume_4, t0.conclusion AS conclusion_5, t0.pmid AS pmid_6, t0.url AS url_7, t0.doi AS doi_8, t0.publication_date AS publication_date_9, t0.authors AS authors_10, t0.journal AS journal_11, t0.volume AS volume_12, t0.issue AS issue_13, t0.pages AS pages_14, t0.hypotheses AS hypotheses_15, t0.population AS population_16, t0.variables AS variables_17, t0.protocol AS protocol_18, t0.measurement_tools AS measurement_tools_19, t0.statistical_analyses AS statistical_analyses_20, t0.statistical_results AS statistical_results_21, t0.conclusions AS conclusions_22, t0.limitations AS limitations_23, t0.personal_interest AS personal_interest_24, t0.other_comments AS other_comments_25, t0.is_read AS is_read_26, t0.is_favorite AS is_favorite_27, t0.in_progress AS in_progress_28, t0.created_at AS created_at_29, t0.updated_at AS updated_at_30, t0.in_progress_by_id AS in_progress_by_id_31 FROM article t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.resume AS resume_4, t0.conclusion AS conclusion_5, t0.pmid AS pmid_6, t0.url AS url_7, t0.doi AS doi_8, t0.publication_date AS publication_date_9, t0.authors AS authors_10, t0.journal AS journal_11, t0.volume AS volume_12, t0.issue AS issue_13, t0.pages AS pages_14, t0.hypotheses AS hypotheses_15, t0.population AS population_16, t0.variables AS variables_17, t0.protocol AS protocol_18, t0.measurement_tools AS measurement_tools_19, t0.statistical_analyses AS statistical_analyses_20, t0.statistical_results AS statistical_results_21, t0.conclusions AS conclusions_22, t0.limitations AS limitations_23, t0.personal_interest AS personal_interest_24, t0.other_comments AS other_comments_25, t0.is_read AS is_read_26, t0.is_favorite AS is_favorite_27, t0.in_progress AS in_progress_28, t0.created_at AS created_at_29, t0.updated_at AS updated_at_30, t0.in_progress_by_id AS in_progress_by_id_31 FROM article t0 WHERE t0.id = '51';
|
| 2 |
0.32 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.is_public AS is_public_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.author_id AS author_id_7 FROM note t0 ORDER BY t0.title ASC
SELECT t0.id AS id_1, t0.title AS title_2, t0.content AS content_3, t0.is_public AS is_public_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.author_id AS author_id_7 FROM note t0 ORDER BY t0.title ASC;
|