select*fromcrosstab2('select rowid, attribute, value from ct where rowclass = ''group1'' and (attribute = ''att2'' or attribute = ''att3'') order by 1,2;');
select*fromcrosstab3('select rowid, attribute, value from ct where rowclass = ''group1'' and (attribute = ''att2'' or attribute = ''att3'') order by 1,2;');
select*fromcrosstab4('select rowid, attribute, value from ct where rowclass = ''group1'' and (attribute = ''att2'' or attribute = ''att3'') order by 1,2;');
select*fromcrosstab2('select rowid, attribute, value from ct where rowclass = ''group1'' order by 1,2;');
select*fromcrosstab3('select rowid, attribute, value from ct where rowclass = ''group1'' order by 1,2;');
select*fromcrosstab4('select rowid, attribute, value from ct where rowclass = ''group1'' order by 1,2;');
select*fromcrosstab2('select rowid, attribute, value from ct where rowclass = ''group2'' and (attribute = ''att1'' or attribute = ''att2'') order by 1,2;');
select*fromcrosstab3('select rowid, attribute, value from ct where rowclass = ''group2'' and (attribute = ''att1'' or attribute = ''att2'') order by 1,2;');
select*fromcrosstab4('select rowid, attribute, value from ct where rowclass = ''group2'' and (attribute = ''att1'' or attribute = ''att2'') order by 1,2;');
select*fromcrosstab2('select rowid, attribute, value from ct where rowclass = ''group2'' order by 1,2;');
select*fromcrosstab3('select rowid, attribute, value from ct where rowclass = ''group2'' order by 1,2;');
select*fromcrosstab4('select rowid, attribute, value from ct where rowclass = ''group2'' order by 1,2;');
select*fromcrosstab('select rowid, attribute, value from ct where rowclass = ''group1'' order by 1,2;',2)asc(rowidtext,att1text,att2text);
select*fromcrosstab('select rowid, attribute, value from ct where rowclass = ''group1'' order by 1,2;',3)asc(rowidtext,att1text,att2text,att3text);
select*fromcrosstab('select rowid, attribute, value from ct where rowclass = ''group1'' order by 1,2;',4)asc(rowidtext,att1text,att2text,att3text,att4text);