1 row where season contains "spring", season contains "winter" and year_produced = 2018 sorted by seed_name

View and edit SQL

season (array)

year_produced

  • 2018 · 1
id ideal_temp min_full_sun plant_spacing season seed_name ▼ year_produced need_to_reorder days_to_harvest is_flower num_packets indertiminate_determinate notes
13       ["fall", "winter", "spring"] chinese luobo radish 2018            

Advanced export

JSON shape: default, array, newline-delimited, object

CSV options:

CREATE TABLE [seeds] (
   [id] INTEGER PRIMARY KEY,
   [ideal_temp] TEXT,
   [min_full_sun] TEXT,
   [plant_spacing] TEXT,
   [season] TEXT,
   [seed_name] TEXT,
   [year_produced] TEXT,
   [need_to_reorder] INTEGER,
   [days_to_harvest] TEXT,
   [is_flower] TEXT,
   [num_packets] FLOAT,
   [indertiminate_determinate] TEXT,
   [notes] TEXT
);