Help for this page

Select Code to Download


  1. or download this
    create table attribute_table ( blob_uni int, attribute text, value tex
    +t );
    create unique index a_t_uni on attribute_table ( blob_uni, attribute )
    +;
    
  2. or download this
    select * from blob_table where id IN ( select blob_id from attribute_t
    +able where attribute='color' and value='red );