maradydd: (Default)
maradydd ([personal profile] maradydd) wrote2009-01-05 03:10 am

Today's accomplishments so far

  • Wrote a bunch of emails
  • Made a table
  • Did not eated it

[identity profile] bunnykitteh.livejournal.com 2009-01-08 05:32 am (UTC)(link)
U haz geeks in ur f'list! LOL

I'm afraid that processed junk gets returned as a match for being "like '%food%'"... how about:

select * from table
left join whole_foods_reference
on table.item_name = whole_foods_reference.item_name
where table.descriptions like "%food%"

Except this will only return basic ingredients.

Mmm this food is problematic.