|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
ISQL How to describe metadata
Hi, is there any way to describe table metadata in ISQL like Oracle's 'describe TABLENAME' ?
|
|
#2
|
|||
|
|||
|
as far as I know - not, but you can try from isql 'show ...' (tables, etc) , besides - all the metadata can be retrieved by querying RDB$... tables - look in documentation what each of them is intended for - this works in any place where SQL can be used - I think - it is very flexible way.
|
|
#3
|
|||
|
|||
|
Try This:
show table tablename; show procedure procedurename; show trigger triggername; kishore |
![]() |
| Viewing: Dev Shed Forums > Databases > Firebird SQL Development > ISQL How to describe metadata |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|