1
0.76 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sort_order AS sort_order_5 , t0 . meta_title AS meta_title_6 , t0 . meta_description AS meta_description_7 , t0 . is_published AS is_published_8 , t0 . created_at AS created_at_9 , t0 . updated_at AS updated_at_10 , t0 . parent_id AS parent_id_11 FROM pr_category t0 WHERE t0 . parent_id IS NULL AND t0 . is_published = ? ORDER BY t0 . sort_order ASC , t0 . name ASC
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sort_order AS sort_order_5 , t0 . meta_title AS meta_title_6 , t0 . meta_description AS meta_description_7 , t0 . is_published AS is_published_8 , t0 . created_at AS created_at_9 , t0 . updated_at AS updated_at_10 , t0 . parent_id AS parent_id_11 FROM pr_category t0 WHERE t0 . parent_id IS NULL AND t0 . is_published = 1 ORDER BY t0 . sort_order ASC , t0 . name ASC ;
Copy
2
1.19 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . slug AS slug_2 , p0_ . description AS description_3 , p0_ . sort_order AS sort_order_4 , p0_ . meta_title AS meta_title_5 , p0_ . meta_description AS meta_description_6 , p0_ . is_published AS is_published_7 , p0_ . created_at AS created_at_8 , p0_ . updated_at AS updated_at_9 , p1_ . id AS id_10 , p1_ . name AS name_11 , p1_ . description AS description_12 , p1_ . type AS type_13 , p1_ . slug AS slug_14 , p1_ . price AS price_15 , p1_ . price_unit AS price_unit_16 , p1_ . pricing_type AS pricing_type_17 , p1_ . published_domains AS published_domains_18 , p1_ . published_pages AS published_pages_19 , p1_ . variants AS variants_20 , p1_ . is_published AS is_published_21 , p1_ . published_at AS published_at_22 , p1_ . meta_title AS meta_title_23 , p1_ . meta_description AS meta_description_24 , p1_ . canonical AS canonical_25 , p1_ . sort_order AS sort_order_26 , p1_ . created_at AS created_at_27 , p1_ . updated_at AS updated_at_28 , p0_ . parent_id AS parent_id_29 , p1_ . category_id AS category_id_30 FROM pr_category p0_ LEFT JOIN pr_resource p1_ ON p0_ . id = p1_ . category_id WHERE p0_ . is_published = 1 AND (p1_ . is_published = 1 OR p1_ . id IS NULL ) ORDER BY p0_ . sort_order ASC , p0_ . name ASC
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . slug AS slug_2 , p0_ . description AS description_3 , p0_ . sort_order AS sort_order_4 , p0_ . meta_title AS meta_title_5 , p0_ . meta_description AS meta_description_6 , p0_ . is_published AS is_published_7 , p0_ . created_at AS created_at_8 , p0_ . updated_at AS updated_at_9 , p1_ . id AS id_10 , p1_ . name AS name_11 , p1_ . description AS description_12 , p1_ . type AS type_13 , p1_ . slug AS slug_14 , p1_ . price AS price_15 , p1_ . price_unit AS price_unit_16 , p1_ . pricing_type AS pricing_type_17 , p1_ . published_domains AS published_domains_18 , p1_ . published_pages AS published_pages_19 , p1_ . variants AS variants_20 , p1_ . is_published AS is_published_21 , p1_ . published_at AS published_at_22 , p1_ . meta_title AS meta_title_23 , p1_ . meta_description AS meta_description_24 , p1_ . canonical AS canonical_25 , p1_ . sort_order AS sort_order_26 , p1_ . created_at AS created_at_27 , p1_ . updated_at AS updated_at_28 , p0_ . parent_id AS parent_id_29 , p1_ . category_id AS category_id_30 FROM pr_category p0_ LEFT JOIN pr_resource p1_ ON p0_ . id = p1_ . category_id WHERE p0_ . is_published = 1 AND (p1_ . is_published = 1 OR p1_ . id IS NULL ) ORDER BY p0_ . sort_order ASC , p0_ . name ASC ;
Copy
3
2.70 ms
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . description AS description_2 , p0_ . type AS type_3 , p0_ . slug AS slug_4 , p0_ . price AS price_5 , p0_ . price_unit AS price_unit_6 , p0_ . pricing_type AS pricing_type_7 , p0_ . published_domains AS published_domains_8 , p0_ . published_pages AS published_pages_9 , p0_ . variants AS variants_10 , p0_ . is_published AS is_published_11 , p0_ . published_at AS published_at_12 , p0_ . meta_title AS meta_title_13 , p0_ . meta_description AS meta_description_14 , p0_ . canonical AS canonical_15 , p0_ . sort_order AS sort_order_16 , p0_ . created_at AS created_at_17 , p0_ . updated_at AS updated_at_18 , p1_ . id AS id_19 , p1_ . filename AS filename_20 , p1_ . alt AS alt_21 , p1_ . sort_order AS sort_order_22 , p1_ . is_main AS is_main_23 , p1_ . uploaded_at AS uploaded_at_24 , p1_ . updated_at AS updated_at_25 , p0_ . category_id AS category_id_26 , p1_ . resource_id AS resource_id_27 FROM pr_resource p0_ LEFT JOIN pr_resource_image p1_ ON p0_ . id = p1_ . resource_id WHERE p0_ . is_published = 1 AND (p0_ . published_domains LIKE ? OR p0_ . published_domains LIKE ? ) ORDER BY p0_ . sort_order ASC , p0_ . created_at DESC , p1_ . sort_order ASC , p1_ . is_main DESC LIMIT 6
Parameters :
[
"%"*"% "
"%"main"% "
]
SELECT p0_ . id AS id_0 , p0_ . name AS name_1 , p0_ . description AS description_2 , p0_ . type AS type_3 , p0_ . slug AS slug_4 , p0_ . price AS price_5 , p0_ . price_unit AS price_unit_6 , p0_ . pricing_type AS pricing_type_7 , p0_ . published_domains AS published_domains_8 , p0_ . published_pages AS published_pages_9 , p0_ . variants AS variants_10 , p0_ . is_published AS is_published_11 , p0_ . published_at AS published_at_12 , p0_ . meta_title AS meta_title_13 , p0_ . meta_description AS meta_description_14 , p0_ . canonical AS canonical_15 , p0_ . sort_order AS sort_order_16 , p0_ . created_at AS created_at_17 , p0_ . updated_at AS updated_at_18 , p1_ . id AS id_19 , p1_ . filename AS filename_20 , p1_ . alt AS alt_21 , p1_ . sort_order AS sort_order_22 , p1_ . is_main AS is_main_23 , p1_ . uploaded_at AS uploaded_at_24 , p1_ . updated_at AS updated_at_25 , p0_ . category_id AS category_id_26 , p1_ . resource_id AS resource_id_27 FROM pr_resource p0_ LEFT JOIN pr_resource_image p1_ ON p0_ . id = p1_ . resource_id WHERE p0_ . is_published = 1 AND (p0_ . published_domains LIKE '%\"*\"%' OR p0_ . published_domains LIKE '%\"main\"%' ) ORDER BY p0_ . sort_order ASC , p0_ . created_at DESC , p1_ . sort_order ASC , p1_ . is_main DESC LIMIT 6 ;
Copy
4
0.74 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 14 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
5
0.42 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 18 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
6
0.36 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 20 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
7
0.30 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 64 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
8
0.40 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 65 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
9
0.37 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 86 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
10
0.39 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 87 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
11
0.32 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 53 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
12
0.32 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 56 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
13
0.31 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 60 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
14
0.30 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 62 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
15
0.31 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 63 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
16
0.31 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 67 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
17
0.31 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 68 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
18
0.31 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 70 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
19
0.30 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 71 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
20
0.35 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 74 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
21
0.34 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 82 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
22
0.32 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 83 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
23
0.33 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 88 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
24
0.32 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 89 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
25
0.33 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 90 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
26
0.32 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 125 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
27
0.40 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 126 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
28
0.60 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 127 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
29
1.87 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 128 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
30
0.39 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 129 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
31
0.41 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 130 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
32
0.36 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 119 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
33
0.51 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 120 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
34
0.59 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 31 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
35
0.54 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 32 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
36
0.52 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 33 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
37
0.61 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 34 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
38
0.56 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 35 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
39
0.56 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 38 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
40
0.56 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 75 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
41
0.67 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 39 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
42
0.56 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 40 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
43
0.67 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 43 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
44
0.63 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 44 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
45
0.51 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 45 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
46
0.75 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 52 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
47
0.73 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 121 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
48
0.57 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 122 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
49
0.61 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 124 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
50
0.42 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 79 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
51
0.31 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 80 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
52
0.32 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 81 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
53
0.28 ms
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = ? ORDER BY t0 . sort_order ASC , t0 . is_main DESC
SELECT t0 . id AS id_1 , t0 . filename AS filename_2 , t0 . alt AS alt_3 , t0 . sort_order AS sort_order_4 , t0 . is_main AS is_main_5 , t0 . uploaded_at AS uploaded_at_6 , t0 . updated_at AS updated_at_7 , t0 . resource_id AS resource_id_8 FROM pr_resource_image t0 WHERE t0 . resource_id = 85 ORDER BY t0 . sort_order ASC , t0 . is_main DESC ;
Copy
54
0.54 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sort_order AS sort_order_5 , t0 . meta_title AS meta_title_6 , t0 . meta_description AS meta_description_7 , t0 . is_published AS is_published_8 , t0 . created_at AS created_at_9 , t0 . updated_at AS updated_at_10 , t0 . parent_id AS parent_id_11 FROM pr_category t0 WHERE t0 . parent_id = ? ORDER BY t0 . sort_order ASC , t0 . name ASC
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sort_order AS sort_order_5 , t0 . meta_title AS meta_title_6 , t0 . meta_description AS meta_description_7 , t0 . is_published AS is_published_8 , t0 . created_at AS created_at_9 , t0 . updated_at AS updated_at_10 , t0 . parent_id AS parent_id_11 FROM pr_category t0 WHERE t0 . parent_id = 1 ORDER BY t0 . sort_order ASC , t0 . name ASC ;
Copy
55
0.38 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sort_order AS sort_order_5 , t0 . meta_title AS meta_title_6 , t0 . meta_description AS meta_description_7 , t0 . is_published AS is_published_8 , t0 . created_at AS created_at_9 , t0 . updated_at AS updated_at_10 , t0 . parent_id AS parent_id_11 FROM pr_category t0 WHERE t0 . parent_id = ? ORDER BY t0 . sort_order ASC , t0 . name ASC
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sort_order AS sort_order_5 , t0 . meta_title AS meta_title_6 , t0 . meta_description AS meta_description_7 , t0 . is_published AS is_published_8 , t0 . created_at AS created_at_9 , t0 . updated_at AS updated_at_10 , t0 . parent_id AS parent_id_11 FROM pr_category t0 WHERE t0 . parent_id = 3 ORDER BY t0 . sort_order ASC , t0 . name ASC ;
Copy
56
0.34 ms
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sort_order AS sort_order_5 , t0 . meta_title AS meta_title_6 , t0 . meta_description AS meta_description_7 , t0 . is_published AS is_published_8 , t0 . created_at AS created_at_9 , t0 . updated_at AS updated_at_10 , t0 . parent_id AS parent_id_11 FROM pr_category t0 WHERE t0 . parent_id = ? ORDER BY t0 . sort_order ASC , t0 . name ASC
SELECT t0 . id AS id_1 , t0 . name AS name_2 , t0 . slug AS slug_3 , t0 . description AS description_4 , t0 . sort_order AS sort_order_5 , t0 . meta_title AS meta_title_6 , t0 . meta_description AS meta_description_7 , t0 . is_published AS is_published_8 , t0 . created_at AS created_at_9 , t0 . updated_at AS updated_at_10 , t0 . parent_id AS parent_id_11 FROM pr_category t0 WHERE t0 . parent_id = 2 ORDER BY t0 . sort_order ASC , t0 . name ASC ;
Copy