I am not sure why I can't figure this out, been all over and each untable or makemv solution fails for this simple challenge.
I have a lookup with 3 fields
id, key, value
this will produce rows that look like the following with these headers
ID, KEY, VALUE
1, installDate, 10/15/2010
1,closeDate, 07/21,2003
1,deployed,yes
2,date1, .... etc.
I want to be able to do select ids where deployed=yes InstallDate=*
I can't for the life of me figure this out
... View more