| 1 |
0.38 ms |
SELECT t0.id AS id_1, t0.order_number AS order_number_2, t0.amount AS amount_3, t0.currency AS currency_4, t0.description AS description_5, t0.payment_url AS payment_url_6, t0.bank_order_id AS bank_order_id_7, t0.status AS status_8, t0.client_ip AS client_ip_9, t0.created_at AS created_at_10, t0.paid_at AS paid_at_11, t0.cart AS cart_12, t0.customer_full_name AS customer_full_name_13, t0.customer_email AS customer_email_14, t0.customer_phone AS customer_phone_15, t0.payment_method AS payment_method_16, t0.bitrix_lead_id AS bitrix_lead_id_17 FROM invoice t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.order_number AS order_number_2, t0.amount AS amount_3, t0.currency AS currency_4, t0.description AS description_5, t0.payment_url AS payment_url_6, t0.bank_order_id AS bank_order_id_7, t0.status AS status_8, t0.client_ip AS client_ip_9, t0.created_at AS created_at_10, t0.paid_at AS paid_at_11, t0.cart AS cart_12, t0.customer_full_name AS customer_full_name_13, t0.customer_email AS customer_email_14, t0.customer_phone AS customer_phone_15, t0.payment_method AS payment_method_16, t0.bitrix_lead_id AS bitrix_lead_id_17 FROM invoice t0 WHERE t0.id = '14';
|
| 2 |
0.47 ms |
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.slug AS slug_3, t0.photo AS photo_4, t0.list_photo AS list_photo_5, t0.list_description AS list_description_6, t0.short_description AS short_description_7, t0.left_description AS left_description_8, t0.right_description AS right_description_9, t0.years_experience AS years_experience_10 FROM doctor t0 ORDER BY t0.full_name ASC
SELECT t0.id AS id_1, t0.full_name AS full_name_2, t0.slug AS slug_3, t0.photo AS photo_4, t0.list_photo AS list_photo_5, t0.list_description AS list_description_6, t0.short_description AS short_description_7, t0.left_description AS left_description_8, t0.right_description AS right_description_9, t0.years_experience AS years_experience_10 FROM doctor t0 ORDER BY t0.full_name ASC;
|