B:BD[
6.5874] → [
6.5874:6045]
B:BD[
6.6045] → [
7.3855:3973]
when x = 'happy' then species = 'sativa' or species = 'hybrid' and thc2tc(thc, cbd) >= .35
when x = 'energetic' then species = 'sativa' and thc2tc(thc, cbd) >= .1
when x = 'focused' then species = 'hybrid' and thc2tc(thc, cbd) between .25 and .7 or species = 'sativa' and case
when x = 'happy' then coalesce(product.species, strain.species) = 'sativa' or coalesce(product.species, strain.species) = 'hybrid' and thc2tc(thc, cbd) >= .35
when x = 'energetic' then coalesce(product.species, strain.species) = 'sativa' and thc2tc(thc, cbd) >= .1
when x = 'focused' then coalesce(product.species, strain.species) = 'hybrid' and thc2tc(thc, cbd) between .25 and .7 or coalesce(product.species, strain.species) = 'sativa' and case