some HTML pages from a db
'||xnome||''; end; / order by artista'); order by to_number(voto) desc, artista asc'); order by stile, artista'); -- distibuzione dei voti select count(*) , trunc (voto/10) from album a group by trunc (voto/10) order by 2,1 -- select artista, link from album where link is not null order by 1 */ ?>