Subject | Re: [firebird-support] ISQL: Display rows vertically? |
---|---|
Author | Michael Ludwig |
Post date | 2010-05-13T16:20:18Z |
Dunbar, Norman schrieb am 13.05.2010 um 15:40:35 (+0100):
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
> >> indicate that columns are to be displayedExactly what I was looking for, thanks a lot!
> >> 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.
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