| 1 |
0.20 ms |
SELECT t0.id AS id_1, t0.address AS address_2, t0.phone AS phone_3, t0.email AS email_4, t0.facebook AS facebook_5, t0.instagram AS instagram_6, t0.whatsapp AS whatsapp_7, t0.map_embed_code AS map_embed_code_8 FROM general_data t0 LIMIT 1
SELECT t0.id AS id_1, t0.address AS address_2, t0.phone AS phone_3, t0.email AS email_4, t0.facebook AS facebook_5, t0.instagram AS instagram_6, t0.whatsapp AS whatsapp_7, t0.map_embed_code AS map_embed_code_8 FROM general_data t0 LIMIT 1;
|
| 2 |
2.90 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.svg_icon AS svg_icon_4, t0.used_to_diagnose AS used_to_diagnose_5, t0.short_description AS short_description_6, t0.full_text AS full_text_7, t0.image_name AS image_name_8, t0.updated_at AS updated_at_9, t0.active AS active_10, t0.sort_order AS sort_order_11 FROM specialty t0 WHERE t0.slug = ? AND t0.active = ? LIMIT 1
Parameters: [
"prevencao-cardiovascular"
1
]
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.svg_icon AS svg_icon_4, t0.used_to_diagnose AS used_to_diagnose_5, t0.short_description AS short_description_6, t0.full_text AS full_text_7, t0.image_name AS image_name_8, t0.updated_at AS updated_at_9, t0.active AS active_10, t0.sort_order AS sort_order_11 FROM specialty t0 WHERE t0.slug = 'prevencao-cardiovascular' AND t0.active = 1 LIMIT 1;
|
| 3 |
0.27 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.svg_icon AS svg_icon_4, t0.used_to_diagnose AS used_to_diagnose_5, t0.short_description AS short_description_6, t0.full_text AS full_text_7, t0.image_name AS image_name_8, t0.updated_at AS updated_at_9, t0.active AS active_10, t0.sort_order AS sort_order_11 FROM specialty t0 WHERE t0.active = ? ORDER BY t0.sort_order ASC
SELECT t0.id AS id_1, t0.name AS name_2, t0.slug AS slug_3, t0.svg_icon AS svg_icon_4, t0.used_to_diagnose AS used_to_diagnose_5, t0.short_description AS short_description_6, t0.full_text AS full_text_7, t0.image_name AS image_name_8, t0.updated_at AS updated_at_9, t0.active AS active_10, t0.sort_order AS sort_order_11 FROM specialty t0 WHERE t0.active = 1 ORDER BY t0.sort_order ASC;
|
| 4 |
0.28 ms |
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.content AS content_5, t0.icon AS icon_6, t0.image_name AS image_name_7, t0.updated_at AS updated_at_8 FROM service t0 ORDER BY t0.title ASC LIMIT 5
SELECT t0.id AS id_1, t0.title AS title_2, t0.slug AS slug_3, t0.description AS description_4, t0.content AS content_5, t0.icon AS icon_6, t0.image_name AS image_name_7, t0.updated_at AS updated_at_8 FROM service t0 ORDER BY t0.title ASC LIMIT 5;
|