1 |
0.59 ms |
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.created_at AS created_at_4, t0.is_active AS is_active_5, t0.start_date AS start_date_6, t0.due_date AS due_date_7, t0.featured_image AS featured_image_8, t0.keywords AS keywords_9, t0.url AS url_10, t0.starting_price AS starting_price_11, t0.currency AS currency_12, t0.discount_no AS discount_no_13, t0.ads_type AS ads_type_14, t0.is_featured AS is_featured_15, t0.category AS category_16, t0.subcategory AS subcategory_17, t0.consumer_id AS consumer_id_18, t0.moderator_id AS moderator_id_19, t0.city_id AS city_id_20 FROM discount_ads_consumer t0 WHERE t0.id = ?
SELECT t0.id AS id_1, t0.name AS name_2, t0.description AS description_3, t0.created_at AS created_at_4, t0.is_active AS is_active_5, t0.start_date AS start_date_6, t0.due_date AS due_date_7, t0.featured_image AS featured_image_8, t0.keywords AS keywords_9, t0.url AS url_10, t0.starting_price AS starting_price_11, t0.currency AS currency_12, t0.discount_no AS discount_no_13, t0.ads_type AS ads_type_14, t0.is_featured AS is_featured_15, t0.category AS category_16, t0.subcategory AS subcategory_17, t0.consumer_id AS consumer_id_18, t0.moderator_id AS moderator_id_19, t0.city_id AS city_id_20 FROM discount_ads_consumer t0 WHERE t0.id = '8';
|
2 |
0.64 ms |
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.username AS username_5, t0.profile_picture AS profile_picture_6, t0.created_at AS created_at_7, t0.phone_number AS phone_number_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.is_verified AS is_verified_11, t12.id AS id_13, t12.kwh_per_day AS kwh_per_day_14, t12.consumer_id AS consumer_id_15 FROM user_consumer t0 LEFT JOIN ucdata_electricity t12 ON t12.consumer_id = t0.id WHERE t0.id = ?
SELECT t0.id AS id_1, t0.email AS email_2, t0.roles AS roles_3, t0.password AS password_4, t0.username AS username_5, t0.profile_picture AS profile_picture_6, t0.created_at AS created_at_7, t0.phone_number AS phone_number_8, t0.first_name AS first_name_9, t0.last_name AS last_name_10, t0.is_verified AS is_verified_11, t12.id AS id_13, t12.kwh_per_day AS kwh_per_day_14, t12.consumer_id AS consumer_id_15 FROM user_consumer t0 LEFT JOIN ucdata_electricity t12 ON t12.consumer_id = t0.id WHERE t0.id = 16;
|
5 |
0.28 ms |
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.message AS message_3, t0.name AS name_4, t0.surname AS surname_5, t0.phone AS phone_6, t0.email AS email_7, t0.sender AS sender_8, t0.price AS price_9, t0.customer_discount_id AS customer_discount_id_10, t0.seller_id AS seller_id_11 FROM offers t0 WHERE t0.customer_discount_id = ?
SELECT t0.id AS id_1, t0.created_at AS created_at_2, t0.message AS message_3, t0.name AS name_4, t0.surname AS surname_5, t0.phone AS phone_6, t0.email AS email_7, t0.sender AS sender_8, t0.price AS price_9, t0.customer_discount_id AS customer_discount_id_10, t0.seller_id AS seller_id_11 FROM offers t0 WHERE t0.customer_discount_id = 8;
|