Subject Re: [firebird-support] ISQL: Display rows vertically?
Author Michael Ludwig
Dunbar, Norman schrieb am 13.05.2010 um 15:40:35 (+0100):

> >> indicate that columns are to be displayed
> >> vertically rather than horizontally.

> SQL> set list;
> SQL> select * from mon$database;
>
> MON$DATABASE_NAME /u00/firebird/databases/blank.fdb
> MON$PAGE_SIZE 4096
> MON$ODS_MAJOR 11
> MON$ODS_MINOR 1
> ...
>
> I think that's what you want.
>
> Just SET LIST; again to revert back to normal.

Exactly what I was looking for, thanks a lot!

Turns out that I didn't read the manual carefully enough, it's in there:

list=> show fields in vertical way

http://www.ibphoenix.com/main.nfs?a=ibphoenix&page=ibp_isql

--
Michael Ludwig