| 1 |
0.75 ms |
SELECT c0_.tree_level AS tree_level_0, c0_.tree_left AS tree_left_1, c0_.tree_right AS tree_right_2, c0_.title AS title_3, c0_.calculation_inflation AS calculation_inflation_4, c0_.id AS id_5, c0_.sort AS sort_6 FROM category c0_ ORDER BY c0_.tree_root ASC, c0_.tree_left ASC
SELECT c0_.tree_level AS tree_level_0, c0_.tree_left AS tree_left_1, c0_.tree_right AS tree_right_2, c0_.title AS title_3, c0_.calculation_inflation AS calculation_inflation_4, c0_.id AS id_5, c0_.sort AS sort_6 FROM category c0_ ORDER BY c0_.tree_root ASC, c0_.tree_left ASC;
|
| 2 |
0.23 ms |
SELECT t0.code AS code_1, t0.title AS title_2, t0.id AS id_3, t0.active AS active_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM bank t0
SELECT t0.code AS code_1, t0.title AS title_2, t0.id AS id_3, t0.active AS active_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM bank t0;
|
| 3 |
0.24 ms |
SELECT t0.title AS title_1, t0.account AS account_2, t0.id AS id_3, t0.active AS active_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.bank_id AS bank_id_7 FROM bank_account t0
SELECT t0.title AS title_1, t0.account AS account_2, t0.id AS id_3, t0.active AS active_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6, t0.bank_id AS bank_id_7 FROM bank_account t0;
|
| 4 |
0.19 ms |
SELECT t0.tree_level AS tree_level_1, t0.tree_left AS tree_left_2, t0.tree_right AS tree_right_3, t0.title AS title_4, t0.calculation_inflation AS calculation_inflation_5, t0.id AS id_6, t0.sort AS sort_7, t0.tree_root AS tree_root_8, t0.parent_id AS parent_id_9 FROM category t0
SELECT t0.tree_level AS tree_level_1, t0.tree_left AS tree_left_2, t0.tree_right AS tree_right_3, t0.title AS title_4, t0.calculation_inflation AS calculation_inflation_5, t0.id AS id_6, t0.sort AS sort_7, t0.tree_root AS tree_root_8, t0.parent_id AS parent_id_9 FROM category t0;
|
| 5 |
0.21 ms |
SELECT t0.title AS title_1, t0.id AS id_2, t0.sort AS sort_3, t0.active AS active_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM tag t0
SELECT t0.title AS title_1, t0.id AS id_2, t0.sort AS sort_3, t0.active AS active_4, t0.created_at AS created_at_5, t0.updated_at AS updated_at_6 FROM tag t0;
|
| 6 |
14.03 ms |
SELECT t0_.hash AS hash_0, t0_.comment AS comment_1, t0_.date AS date_2, t0_.description AS description_3, t0_.amount AS amount_4, t0_.income AS income_5, t0_.id AS id_6, t0_.created_at AS created_at_7, t0_.updated_at AS updated_at_8, t0_.category_id AS category_id_9, t0_.bank_id AS bank_id_10, t0_.bank_account_id AS bank_account_id_11 FROM transaction t0_ WHERE t0_.date >= ? ORDER BY t0_.date ASC
Parameters: [
"2022-01-01 00:00:00"
]
SELECT t0_.hash AS hash_0, t0_.comment AS comment_1, t0_.date AS date_2, t0_.description AS description_3, t0_.amount AS amount_4, t0_.income AS income_5, t0_.id AS id_6, t0_.created_at AS created_at_7, t0_.updated_at AS updated_at_8, t0_.category_id AS category_id_9, t0_.bank_id AS bank_id_10, t0_.bank_account_id AS bank_account_id_11 FROM transaction t0_ WHERE t0_.date >= '2022-01-01 00:00:00' ORDER BY t0_.date ASC;
|