1
0.27 ms
SELECT t0 . id AS id_1 , t0 . token AS token_2 , t0 . date_created AS date_created_3 , t0 . expires_at AS expires_at_4 , t0 . user_id AS user_id_5 FROM token t0 WHERE t0 . token = ? LIMIT 1
Parameters :
[
"327941c28b751e332847751145b908d5 "
]
SELECT t0 . id AS id_1 , t0 . token AS token_2 , t0 . date_created AS date_created_3 , t0 . expires_at AS expires_at_4 , t0 . user_id AS user_id_5 FROM token t0 WHERE t0 . token = '327941c28b751e332847751145b908d5' LIMIT 1 ;
Copy
2
0.97 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . password AS password_3 , t0 . salt AS salt_4 , t0 . firstname AS firstname_5 , t0 . lastname AS lastname_6 , t0 . nickname AS nickname_7 , t0 . address_line1 AS address_line1_8 , t0 . address_line2 AS address_line2_9 , t0 . zip_code AS zip_code_10 , t0 . city AS city_11 , t0 . country_iso AS country_iso_12 , t0 . phone AS phone_13 , t0 . mobile AS mobile_14 , t0 . profile AS profile_15 , t0 . date_created AS date_created_16 , t0 . is_public AS is_public_17 , t0 . public_profile_hash AS public_profile_hash_18 , t0 . login_count AS login_count_19 , t0 . about_me AS about_me_20 , t0 . date_last_login AS date_last_login_21 , t0 . date_disabled AS date_disabled_22 , t0 . date_opt_in_confirmed AS date_opt_in_confirmed_23 , t0 . geo_lat AS geo_lat_24 , t0 . geo_lon AS geo_lon_25 , t0 . reset_hash AS reset_hash_26 , t0 . date_reset_created AS date_reset_created_27 , t0 . settings AS settings_28 , t0 . is_active AS is_active_29 , t0 . opt_in_hash AS opt_in_hash_30 , t0 . account_type AS account_type_31 , t0 . payment_data AS payment_data_32 , t0 . locale AS locale_33 , t0 . v_referral_code AS v_referral_code_34 , t0 . v_source AS v_source_35 , t0 . v_mention_tag AS v_mention_tag_36 , t0 . v_social_login_user_id AS v_social_login_user_id_37 , t0 . climate_settings AS climate_settings_38 , t0 . units AS units_39 FROM user t0 WHERE t0 . id = ?
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . password AS password_3 , t0 . salt AS salt_4 , t0 . firstname AS firstname_5 , t0 . lastname AS lastname_6 , t0 . nickname AS nickname_7 , t0 . address_line1 AS address_line1_8 , t0 . address_line2 AS address_line2_9 , t0 . zip_code AS zip_code_10 , t0 . city AS city_11 , t0 . country_iso AS country_iso_12 , t0 . phone AS phone_13 , t0 . mobile AS mobile_14 , t0 . profile AS profile_15 , t0 . date_created AS date_created_16 , t0 . is_public AS is_public_17 , t0 . public_profile_hash AS public_profile_hash_18 , t0 . login_count AS login_count_19 , t0 . about_me AS about_me_20 , t0 . date_last_login AS date_last_login_21 , t0 . date_disabled AS date_disabled_22 , t0 . date_opt_in_confirmed AS date_opt_in_confirmed_23 , t0 . geo_lat AS geo_lat_24 , t0 . geo_lon AS geo_lon_25 , t0 . reset_hash AS reset_hash_26 , t0 . date_reset_created AS date_reset_created_27 , t0 . settings AS settings_28 , t0 . is_active AS is_active_29 , t0 . opt_in_hash AS opt_in_hash_30 , t0 . account_type AS account_type_31 , t0 . payment_data AS payment_data_32 , t0 . locale AS locale_33 , t0 . v_referral_code AS v_referral_code_34 , t0 . v_source AS v_source_35 , t0 . v_mention_tag AS v_mention_tag_36 , t0 . v_social_login_user_id AS v_social_login_user_id_37 , t0 . climate_settings AS climate_settings_38 , t0 . units AS units_39 FROM user t0 WHERE t0 . id = 657 ;
Copy
3
0.15 ms
SELECT COUNT (l0_ . id ) AS sclr_0 FROM login_log l0_ WHERE (l0_ . user_id = ? AND l0_ . date_login > ? ) AND l0_ . v_user_agent = ?
Parameters :
[
657
"2025-08-07 18:01:04 "
"axios/0.27.2 "
]
SELECT COUNT (l0_ . id ) AS sclr_0 FROM login_log l0_ WHERE (l0_ . user_id = 657 AND l0_ . date_login > '2025-08-07 18:01:04' ) AND l0_ . v_user_agent = 'axios/0.27.2' ;
Copy
4
0.08 ms
SELECT t0 . id AS id_1 , t0 . token AS token_2 , t0 . date_created AS date_created_3 , t0 . expires_at AS expires_at_4 , t0 . user_id AS user_id_5 FROM token t0 WHERE t0 . token = ? LIMIT 1
Parameters :
[
"327941c28b751e332847751145b908d5 "
]
SELECT t0 . id AS id_1 , t0 . token AS token_2 , t0 . date_created AS date_created_3 , t0 . expires_at AS expires_at_4 , t0 . user_id AS user_id_5 FROM token t0 WHERE t0 . token = '327941c28b751e332847751145b908d5' LIMIT 1 ;
Copy
5
0.18 ms
SELECT t0 . id AS id_1 , t0 . token AS token_2 , t0 . date_created AS date_created_3 , t0 . expires_at AS expires_at_4 , t0 . user_id AS user_id_5 FROM token t0 WHERE t0 . user_id = ?
SELECT t0 . id AS id_1 , t0 . token AS token_2 , t0 . date_created AS date_created_3 , t0 . expires_at AS expires_at_4 , t0 . user_id AS user_id_5 FROM token t0 WHERE t0 . user_id = 657 ;
Copy
6
0.76 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . password AS password_3 , t0 . salt AS salt_4 , t0 . firstname AS firstname_5 , t0 . lastname AS lastname_6 , t0 . nickname AS nickname_7 , t0 . address_line1 AS address_line1_8 , t0 . address_line2 AS address_line2_9 , t0 . zip_code AS zip_code_10 , t0 . city AS city_11 , t0 . country_iso AS country_iso_12 , t0 . phone AS phone_13 , t0 . mobile AS mobile_14 , t0 . profile AS profile_15 , t0 . date_created AS date_created_16 , t0 . is_public AS is_public_17 , t0 . public_profile_hash AS public_profile_hash_18 , t0 . login_count AS login_count_19 , t0 . about_me AS about_me_20 , t0 . date_last_login AS date_last_login_21 , t0 . date_disabled AS date_disabled_22 , t0 . date_opt_in_confirmed AS date_opt_in_confirmed_23 , t0 . geo_lat AS geo_lat_24 , t0 . geo_lon AS geo_lon_25 , t0 . reset_hash AS reset_hash_26 , t0 . date_reset_created AS date_reset_created_27 , t0 . settings AS settings_28 , t0 . is_active AS is_active_29 , t0 . opt_in_hash AS opt_in_hash_30 , t0 . account_type AS account_type_31 , t0 . payment_data AS payment_data_32 , t0 . locale AS locale_33 , t0 . v_referral_code AS v_referral_code_34 , t0 . v_source AS v_source_35 , t0 . v_mention_tag AS v_mention_tag_36 , t0 . v_social_login_user_id AS v_social_login_user_id_37 , t0 . climate_settings AS climate_settings_38 , t0 . units AS units_39 FROM user t0 WHERE t0 . public_profile_hash = ? LIMIT 1
Parameters :
[
"77e416a302ef7e272b7c2ecc4da81e74 "
]
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . password AS password_3 , t0 . salt AS salt_4 , t0 . firstname AS firstname_5 , t0 . lastname AS lastname_6 , t0 . nickname AS nickname_7 , t0 . address_line1 AS address_line1_8 , t0 . address_line2 AS address_line2_9 , t0 . zip_code AS zip_code_10 , t0 . city AS city_11 , t0 . country_iso AS country_iso_12 , t0 . phone AS phone_13 , t0 . mobile AS mobile_14 , t0 . profile AS profile_15 , t0 . date_created AS date_created_16 , t0 . is_public AS is_public_17 , t0 . public_profile_hash AS public_profile_hash_18 , t0 . login_count AS login_count_19 , t0 . about_me AS about_me_20 , t0 . date_last_login AS date_last_login_21 , t0 . date_disabled AS date_disabled_22 , t0 . date_opt_in_confirmed AS date_opt_in_confirmed_23 , t0 . geo_lat AS geo_lat_24 , t0 . geo_lon AS geo_lon_25 , t0 . reset_hash AS reset_hash_26 , t0 . date_reset_created AS date_reset_created_27 , t0 . settings AS settings_28 , t0 . is_active AS is_active_29 , t0 . opt_in_hash AS opt_in_hash_30 , t0 . account_type AS account_type_31 , t0 . payment_data AS payment_data_32 , t0 . locale AS locale_33 , t0 . v_referral_code AS v_referral_code_34 , t0 . v_source AS v_source_35 , t0 . v_mention_tag AS v_mention_tag_36 , t0 . v_social_login_user_id AS v_social_login_user_id_37 , t0 . climate_settings AS climate_settings_38 , t0 . units AS units_39 FROM user t0 WHERE t0 . public_profile_hash = '77e416a302ef7e272b7c2ecc4da81e74' LIMIT 1 ;
Copy
7
0.09 ms
SELECT COUNT (p0_ . id ) AS sclr_0 FROM post_comment p0_ WHERE p0_ . user_id = ?
SELECT COUNT (p0_ . id ) AS sclr_0 FROM post_comment p0_ WHERE p0_ . user_id = 657 ;
Copy
8
0.05 ms
SELECT COUNT (p0_ . id ) AS sclr_0 FROM post p0_ WHERE p0_ . user_id = ?
SELECT COUNT (p0_ . id ) AS sclr_0 FROM post p0_ WHERE p0_ . user_id = 657 ;
Copy
9
0.10 ms
SELECT COUNT (u0_ . id ) AS sclr_0 FROM user_connection u0_ WHERE u0_ . following_user_id = ?
SELECT COUNT (u0_ . id ) AS sclr_0 FROM user_connection u0_ WHERE u0_ . following_user_id = 657 ;
Copy
10
0.08 ms
SELECT COUNT (u0_ . id ) AS sclr_0 FROM user_connection u0_ WHERE u0_ . user_id = ?
SELECT COUNT (u0_ . id ) AS sclr_0 FROM user_connection u0_ WHERE u0_ . user_id = 657 ;
Copy
11
0.11 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . password AS password_3 , t0 . salt AS salt_4 , t0 . firstname AS firstname_5 , t0 . lastname AS lastname_6 , t0 . nickname AS nickname_7 , t0 . address_line1 AS address_line1_8 , t0 . address_line2 AS address_line2_9 , t0 . zip_code AS zip_code_10 , t0 . city AS city_11 , t0 . country_iso AS country_iso_12 , t0 . phone AS phone_13 , t0 . mobile AS mobile_14 , t0 . profile AS profile_15 , t0 . date_created AS date_created_16 , t0 . is_public AS is_public_17 , t0 . public_profile_hash AS public_profile_hash_18 , t0 . login_count AS login_count_19 , t0 . about_me AS about_me_20 , t0 . date_last_login AS date_last_login_21 , t0 . date_disabled AS date_disabled_22 , t0 . date_opt_in_confirmed AS date_opt_in_confirmed_23 , t0 . geo_lat AS geo_lat_24 , t0 . geo_lon AS geo_lon_25 , t0 . reset_hash AS reset_hash_26 , t0 . date_reset_created AS date_reset_created_27 , t0 . settings AS settings_28 , t0 . is_active AS is_active_29 , t0 . opt_in_hash AS opt_in_hash_30 , t0 . account_type AS account_type_31 , t0 . payment_data AS payment_data_32 , t0 . locale AS locale_33 , t0 . v_referral_code AS v_referral_code_34 , t0 . v_source AS v_source_35 , t0 . v_mention_tag AS v_mention_tag_36 , t0 . v_social_login_user_id AS v_social_login_user_id_37 , t0 . climate_settings AS climate_settings_38 , t0 . units AS units_39 FROM user t0 WHERE t0 . public_profile_hash = ? LIMIT 1
Parameters :
[
"77e416a302ef7e272b7c2ecc4da81e74 "
]
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . password AS password_3 , t0 . salt AS salt_4 , t0 . firstname AS firstname_5 , t0 . lastname AS lastname_6 , t0 . nickname AS nickname_7 , t0 . address_line1 AS address_line1_8 , t0 . address_line2 AS address_line2_9 , t0 . zip_code AS zip_code_10 , t0 . city AS city_11 , t0 . country_iso AS country_iso_12 , t0 . phone AS phone_13 , t0 . mobile AS mobile_14 , t0 . profile AS profile_15 , t0 . date_created AS date_created_16 , t0 . is_public AS is_public_17 , t0 . public_profile_hash AS public_profile_hash_18 , t0 . login_count AS login_count_19 , t0 . about_me AS about_me_20 , t0 . date_last_login AS date_last_login_21 , t0 . date_disabled AS date_disabled_22 , t0 . date_opt_in_confirmed AS date_opt_in_confirmed_23 , t0 . geo_lat AS geo_lat_24 , t0 . geo_lon AS geo_lon_25 , t0 . reset_hash AS reset_hash_26 , t0 . date_reset_created AS date_reset_created_27 , t0 . settings AS settings_28 , t0 . is_active AS is_active_29 , t0 . opt_in_hash AS opt_in_hash_30 , t0 . account_type AS account_type_31 , t0 . payment_data AS payment_data_32 , t0 . locale AS locale_33 , t0 . v_referral_code AS v_referral_code_34 , t0 . v_source AS v_source_35 , t0 . v_mention_tag AS v_mention_tag_36 , t0 . v_social_login_user_id AS v_social_login_user_id_37 , t0 . climate_settings AS climate_settings_38 , t0 . units AS units_39 FROM user t0 WHERE t0 . public_profile_hash = '77e416a302ef7e272b7c2ecc4da81e74' LIMIT 1 ;
Copy
12
0.09 ms
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . path AS path_3 , t0 . reference_id AS reference_id_4 , t0 . license AS license_5 , t0 . date_created AS date_created_6 , t0 . use_s3 AS use_s3_7 , t0 . hash AS hash_8 , t0 . user_id AS user_id_9 FROM image t0 WHERE t0 . user_id = ? AND t0 . type = ?
Parameters :
[
657
"profile_garden "
]
SELECT t0 . id AS id_1 , t0 . type AS type_2 , t0 . path AS path_3 , t0 . reference_id AS reference_id_4 , t0 . license AS license_5 , t0 . date_created AS date_created_6 , t0 . use_s3 AS use_s3_7 , t0 . hash AS hash_8 , t0 . user_id AS user_id_9 FROM image t0 WHERE t0 . user_id = 657 AND t0 . type = 'profile_garden' ;
Copy
13
0.09 ms
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . password AS password_3 , t0 . salt AS salt_4 , t0 . firstname AS firstname_5 , t0 . lastname AS lastname_6 , t0 . nickname AS nickname_7 , t0 . address_line1 AS address_line1_8 , t0 . address_line2 AS address_line2_9 , t0 . zip_code AS zip_code_10 , t0 . city AS city_11 , t0 . country_iso AS country_iso_12 , t0 . phone AS phone_13 , t0 . mobile AS mobile_14 , t0 . profile AS profile_15 , t0 . date_created AS date_created_16 , t0 . is_public AS is_public_17 , t0 . public_profile_hash AS public_profile_hash_18 , t0 . login_count AS login_count_19 , t0 . about_me AS about_me_20 , t0 . date_last_login AS date_last_login_21 , t0 . date_disabled AS date_disabled_22 , t0 . date_opt_in_confirmed AS date_opt_in_confirmed_23 , t0 . geo_lat AS geo_lat_24 , t0 . geo_lon AS geo_lon_25 , t0 . reset_hash AS reset_hash_26 , t0 . date_reset_created AS date_reset_created_27 , t0 . settings AS settings_28 , t0 . is_active AS is_active_29 , t0 . opt_in_hash AS opt_in_hash_30 , t0 . account_type AS account_type_31 , t0 . payment_data AS payment_data_32 , t0 . locale AS locale_33 , t0 . v_referral_code AS v_referral_code_34 , t0 . v_source AS v_source_35 , t0 . v_mention_tag AS v_mention_tag_36 , t0 . v_social_login_user_id AS v_social_login_user_id_37 , t0 . climate_settings AS climate_settings_38 , t0 . units AS units_39 FROM user t0 WHERE t0 . public_profile_hash = ? LIMIT 1
Parameters :
[
"77e416a302ef7e272b7c2ecc4da81e74 "
]
SELECT t0 . id AS id_1 , t0 . email AS email_2 , t0 . password AS password_3 , t0 . salt AS salt_4 , t0 . firstname AS firstname_5 , t0 . lastname AS lastname_6 , t0 . nickname AS nickname_7 , t0 . address_line1 AS address_line1_8 , t0 . address_line2 AS address_line2_9 , t0 . zip_code AS zip_code_10 , t0 . city AS city_11 , t0 . country_iso AS country_iso_12 , t0 . phone AS phone_13 , t0 . mobile AS mobile_14 , t0 . profile AS profile_15 , t0 . date_created AS date_created_16 , t0 . is_public AS is_public_17 , t0 . public_profile_hash AS public_profile_hash_18 , t0 . login_count AS login_count_19 , t0 . about_me AS about_me_20 , t0 . date_last_login AS date_last_login_21 , t0 . date_disabled AS date_disabled_22 , t0 . date_opt_in_confirmed AS date_opt_in_confirmed_23 , t0 . geo_lat AS geo_lat_24 , t0 . geo_lon AS geo_lon_25 , t0 . reset_hash AS reset_hash_26 , t0 . date_reset_created AS date_reset_created_27 , t0 . settings AS settings_28 , t0 . is_active AS is_active_29 , t0 . opt_in_hash AS opt_in_hash_30 , t0 . account_type AS account_type_31 , t0 . payment_data AS payment_data_32 , t0 . locale AS locale_33 , t0 . v_referral_code AS v_referral_code_34 , t0 . v_source AS v_source_35 , t0 . v_mention_tag AS v_mention_tag_36 , t0 . v_social_login_user_id AS v_social_login_user_id_37 , t0 . climate_settings AS climate_settings_38 , t0 . units AS units_39 FROM user t0 WHERE t0 . public_profile_hash = '77e416a302ef7e272b7c2ecc4da81e74' LIMIT 1 ;
Copy
14
0.22 ms
SELECT t0 . id AS id_1 , t0 . date_created AS date_created_2 , t0 . user_id AS user_id_3 , t0 . crop_id AS crop_id_4 , t0 . croplist_id AS croplist_id_5 FROM favoritecrop t0 WHERE t0 . user_id = ?
SELECT t0 . id AS id_1 , t0 . date_created AS date_created_2 , t0 . user_id AS user_id_3 , t0 . crop_id AS crop_id_4 , t0 . croplist_id AS croplist_id_5 FROM favoritecrop t0 WHERE t0 . user_id = 657 ;
Copy
15
0.15 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 844 ;
Copy
16
0.15 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 663 ;
Copy
17
0.11 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 24 ;
Copy
18
0.21 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 15 ;
Copy
19
0.11 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 32 ;
Copy
20
0.13 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 845 ;
Copy
21
0.11 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 260 ;
Copy
22
0.13 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 56 ;
Copy
23
0.10 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 221 ;
Copy
24
0.12 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 3 ;
Copy
25
0.11 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 1 ;
Copy
26
0.12 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 182 ;
Copy
27
0.14 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 186 ;
Copy
28
0.11 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 849 ;
Copy
29
0.10 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 152 ;
Copy
30
0.12 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 264 ;
Copy
31
0.12 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 63 ;
Copy
32
0.16 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 155 ;
Copy
33
0.12 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 70 ;
Copy
34
0.12 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 159 ;
Copy
35
0.14 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 188 ;
Copy
36
0.14 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 154 ;
Copy
37
0.11 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 86 ;
Copy
38
0.11 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 18110 ;
Copy
39
0.11 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 211 ;
Copy
40
0.10 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 80 ;
Copy
41
0.12 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 1334 ;
Copy
42
0.11 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 759 ;
Copy
43
0.10 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 1204 ;
Copy
44
0.10 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 9623 ;
Copy
45
0.11 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 6610 ;
Copy
46
0.10 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 16 ;
Copy
47
0.11 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 7587 ;
Copy
48
0.10 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 19 ;
Copy
49
0.11 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 29 ;
Copy
50
0.09 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 8 ;
Copy
51
0.12 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 26 ;
Copy
52
0.13 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 21 ;
Copy
53
0.13 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 5796 ;
Copy
54
0.12 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 164 ;
Copy
55
0.11 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 131 ;
Copy
56
0.12 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 20824 ;
Copy
57
0.16 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 4764 ;
Copy
58
0.11 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 9882 ;
Copy
59
0.12 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 8700 ;
Copy
60
0.14 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 12 ;
Copy
61
0.12 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 1501 ;
Copy
62
0.09 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 220 ;
Copy
63
0.12 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 30 ;
Copy
64
0.09 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 7588 ;
Copy
65
0.14 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 263 ;
Copy
66
0.13 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 2 ;
Copy
67
0.09 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 6 ;
Copy
68
0.13 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 7732 ;
Copy
69
0.09 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 27 ;
Copy
70
0.13 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 4 ;
Copy
71
0.11 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 6599 ;
Copy
72
0.10 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 34 ;
Copy
73
0.09 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 18 ;
Copy
74
0.12 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 1513 ;
Copy
75
0.11 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 35 ;
Copy
76
0.10 ms
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = ?
SELECT
t0 . id AS id_1 ,
t0 . identifier AS identifier_2 ,
t0 . name AS name_3 ,
t0 . latin_name AS latin_name_4 ,
t0 . description AS description_5 ,
t0 . short_description AS short_description_6 ,
t0 . origin AS origin_7 ,
t0 . growing_tipps AS growing_tipps_8 ,
t0 . cultivation_cycles AS cultivation_cycles_9 ,
t0 . germination_duration AS germination_duration_10 ,
t0 . germination_season AS germination_season_11 ,
t0 . precultivation_duration AS precultivation_duration_12 ,
t0 . precultivation_season AS precultivation_season_13 ,
t0 . has_precultivation AS has_precultivation_14 ,
t0 . growth_duration AS growth_duration_15 ,
t0 . growth_season AS growth_season_16 ,
t0 . harvest_duration AS harvest_duration_17 ,
t0 . harvest_season AS harvest_season_18 ,
t0 . lightscore AS lightscore_19 ,
t0 . grid_length AS grid_length_20 ,
t0 . grid_width AS grid_width_21 ,
t0 . harvest_amount AS harvest_amount_22 ,
t0 . nutrient_demand AS nutrient_demand_23 ,
t0 . lighting_demand AS lighting_demand_24 ,
t0 . water_demand AS water_demand_25 ,
t0 . seeding_depth AS seeding_depth_26 ,
t0 . seeding_distance AS seeding_distance_27 ,
t0 . spread AS spread_28 ,
t0 . compatibility AS compatibility_29 ,
t0 . plant_in_rows AS plant_in_rows_30 ,
t0 . f1_hybrid AS f1_hybrid_31 ,
t0 . row_distance AS row_distance_32 ,
t0 . fertilizer_type AS fertilizer_type_33 ,
t0 . user_crop_settings AS user_crop_settings_34 ,
t0 . ground_type AS ground_type_35 ,
t0 . cold_resistant AS cold_resistant_36 ,
t0 . is_shared AS is_shared_37 ,
t0 . is_approved AS is_approved_38 ,
t0 . date_created AS date_created_39 ,
t0 . date_updated AS date_updated_40 ,
t0 . popularity AS popularity_41 ,
t0 . seasons AS seasons_42 ,
t0 . dynamic_link AS dynamic_link_43 ,
t0 . cultivation_break AS cultivation_break_44 ,
t0 . germination_type AS germination_type_45 ,
t0 . germination_temperature AS germination_temperature_46 ,
t0 . shop_category_url AS shop_category_url_47 ,
t0 . growth_habit AS growth_habit_48 ,
t0 . is_green_manure AS is_green_manure_49 ,
t0 . gtin_barcode AS gtin_barcode_50 ,
t0 . cropcategory_id AS cropcategory_id_51 ,
t0 . parent_crop_id AS parent_crop_id_52 ,
t0 . user_id AS user_id_53 ,
t0 . plantfamily_id AS plantfamily_id_54 ,
t0 . climatezone_id AS climatezone_id_55
FROM
crop t0
WHERE
t0 . id = ?
Copy
SELECT t0 . id AS id_1 , t0 . identifier AS identifier_2 , t0 . name AS name_3 , t0 . latin_name AS latin_name_4 , t0 . description AS description_5 , t0 . short_description AS short_description_6 , t0 . origin AS origin_7 , t0 . growing_tipps AS growing_tipps_8 , t0 . cultivation_cycles AS cultivation_cycles_9 , t0 . germination_duration AS germination_duration_10 , t0 . germination_season AS germination_season_11 , t0 . precultivation_duration AS precultivation_duration_12 , t0 . precultivation_season AS precultivation_season_13 , t0 . has_precultivation AS has_precultivation_14 , t0 . growth_duration AS growth_duration_15 , t0 . growth_season AS growth_season_16 , t0 . harvest_duration AS harvest_duration_17 , t0 . harvest_season AS harvest_season_18 , t0 . lightscore AS lightscore_19 , t0 . grid_length AS grid_length_20 , t0 . grid_width AS grid_width_21 , t0 . harvest_amount AS harvest_amount_22 , t0 . nutrient_demand AS nutrient_demand_23 , t0 . lighting_demand AS lighting_demand_24 , t0 . water_demand AS water_demand_25 , t0 . seeding_depth AS seeding_depth_26 , t0 . seeding_distance AS seeding_distance_27 , t0 . spread AS spread_28 , t0 . compatibility AS compatibility_29 , t0 . plant_in_rows AS plant_in_rows_30 , t0 . f1_hybrid AS f1_hybrid_31 , t0 . row_distance AS row_distance_32 , t0 . fertilizer_type AS fertilizer_type_33 , t0 . user_crop_settings AS user_crop_settings_34 , t0 . ground_type AS ground_type_35 , t0 . cold_resistant AS cold_resistant_36 , t0 . is_shared AS is_shared_37 , t0 . is_approved AS is_approved_38 , t0 . date_created AS date_created_39 , t0 . date_updated AS date_updated_40 , t0 . popularity AS popularity_41 , t0 . seasons AS seasons_42 , t0 . dynamic_link AS dynamic_link_43 , t0 . cultivation_break AS cultivation_break_44 , t0 . germination_type AS germination_type_45 , t0 . germination_temperature AS germination_temperature_46 , t0 . shop_category_url AS shop_category_url_47 , t0 . growth_habit AS growth_habit_48 , t0 . is_green_manure AS is_green_manure_49 , t0 . gtin_barcode AS gtin_barcode_50 , t0 . cropcategory_id AS cropcategory_id_51 , t0 . parent_crop_id AS parent_crop_id_52 , t0 . user_id AS user_id_53 , t0 . plantfamily_id AS plantfamily_id_54 , t0 . climatezone_id AS climatezone_id_55 FROM crop t0 WHERE t0 . id = 44 ;
Copy