| Subject | All field's name of database | 
|---|---|
| Author | balogatt | 
| Post date | 2005-11-17T19:01:22Z | 
Hi All!
How to get all name of fields of the database?
I try this:
CREATE VIEW TABLE_CONSTRAINTS(
FIELD_NAME)
AS
SELECT RDB$FIELD_NAME
FROM RDB$RELATION_FIELDS
;
Thanx
balogatt
            How to get all name of fields of the database?
I try this:
CREATE VIEW TABLE_CONSTRAINTS(
FIELD_NAME)
AS
SELECT RDB$FIELD_NAME
FROM RDB$RELATION_FIELDS
;
Thanx
balogatt