Two column portlet

First two columns in the query are listed down the page.
select  dname, loc, deptno
from dept


Department
ACCOUNTING
Location
NEW YORK
Department
RESEARCH
Location
DALLAS
Department
SALES
Location
CHICAGO
Department
OPERATIONS
Location
BOSTON

Value attribute pairs

Great for single row label:value lists, a bit like the old SQL*Plus script @print "select * from dept"
10
ACCOUNTING