| 1 |
0.84 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.role AS role_3, t0.password AS password_4, t0.is_active AS is_active_5, t0.is_admin_active AS is_admin_active_6, t0.is_anonimized AS is_anonimized_7, t0.is_ignore_permission AS is_ignore_permission_8, t0.is_credentials_sent AS is_credentials_sent_9, t0.one_time_code AS one_time_code_10, t0.directory_path AS directory_path_11, t0.one_time_code_expiration_datetime AS one_time_code_expiration_datetime_12, t13.id AS id_14, t13.fiscal_code AS fiscal_code_15, t13.surname AS surname_16, t13.name AS name_17, t13.birth_place AS birth_place_18, t13.birth_province AS birth_province_19, t13.birth_country AS birth_country_20, t13.birth_date AS birth_date_21, t13.address AS address_22, t13.zip AS zip_23, t13.city AS city_24, t13.province AS province_25, t13.country AS country_26, t13.phone AS phone_27, t13.image_path AS image_path_28, t13.job AS job_29, t13.gender AS gender_30, t13.emergency1 AS emergency1_31, t13.emergency2 AS emergency2_32, t13.user_id AS user_id_33 FROM v_user t0 LEFT JOIN v_profile t13 ON t13.user_id = t0.id WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.role AS role_3, t0.password AS password_4, t0.is_active AS is_active_5, t0.is_admin_active AS is_admin_active_6, t0.is_anonimized AS is_anonimized_7, t0.is_ignore_permission AS is_ignore_permission_8, t0.is_credentials_sent AS is_credentials_sent_9, t0.one_time_code AS one_time_code_10, t0.directory_path AS directory_path_11, t0.one_time_code_expiration_datetime AS one_time_code_expiration_datetime_12, t13.id AS id_14, t13.fiscal_code AS fiscal_code_15, t13.surname AS surname_16, t13.name AS name_17, t13.birth_place AS birth_place_18, t13.birth_province AS birth_province_19, t13.birth_country AS birth_country_20, t13.birth_date AS birth_date_21, t13.address AS address_22, t13.zip AS zip_23, t13.city AS city_24, t13.province AS province_25, t13.country AS country_26, t13.phone AS phone_27, t13.image_path AS image_path_28, t13.job AS job_29, t13.gender AS gender_30, t13.emergency1 AS emergency1_31, t13.emergency2 AS emergency2_32, t13.user_id AS user_id_33 FROM v_user t0 LEFT JOIN v_profile t13 ON t13.user_id = t0.id WHERE t0.id = '1';
|
| 2 |
0.52 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.location AS location_3, t0.code AS code_4, t0.img_path AS img_path_5, t0.auto_response_active AS auto_response_active_6, t0.auto_response_text AS auto_response_text_7, t0.notification_emails AS notification_emails_8 FROM v_property t0 WHERE t0.code = ? LIMIT 1
SELECT t0.id AS id_1, t0.name AS name_2, t0.location AS location_3, t0.code AS code_4, t0.img_path AS img_path_5, t0.auto_response_active AS auto_response_active_6, t0.auto_response_text AS auto_response_text_7, t0.notification_emails AS notification_emails_8 FROM v_property t0 WHERE t0.code = 'be' LIMIT 1;
|
| 6 |
0.62 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.directory_path AS directory_path_3, t0.fiscal_code AS fiscal_code_4, t0.surname AS surname_5, t0.name AS name_6, t0.birth_place AS birth_place_7, t0.birth_province AS birth_province_8, t0.birth_country AS birth_country_9, t0.birth_date AS birth_date_10, t0.address AS address_11, t0.zip AS zip_12, t0.city AS city_13, t0.province AS province_14, t0.country AS country_15, t0.phone AS phone_16, t0.created_at AS created_at_17 FROM v_candidate t0 WHERE t0.fiscal_code = ? LIMIT 1
Parameters: [
"PRRRCR88E15F205K"
]
SELECT t0.id AS id_1, t0.email AS email_2, t0.directory_path AS directory_path_3, t0.fiscal_code AS fiscal_code_4, t0.surname AS surname_5, t0.name AS name_6, t0.birth_place AS birth_place_7, t0.birth_province AS birth_province_8, t0.birth_country AS birth_country_9, t0.birth_date AS birth_date_10, t0.address AS address_11, t0.zip AS zip_12, t0.city AS city_13, t0.province AS province_14, t0.country AS country_15, t0.phone AS phone_16, t0.created_at AS created_at_17 FROM v_candidate t0 WHERE t0.fiscal_code = 'PRRRCR88E15F205K' LIMIT 1;
|