Subject | Sys tables: How to get all constraints for domains? |
---|---|
Author | firebirdsql |
Post date | 2011-09-03T20:08:06Z |
I read the IB documentation but could not figure it out.
I know this query returns all domains and column data types:
SELECT * FROM rdb$fields WHERE rdb$system_flag = 0;
I want to get all the constraints and their definitions.
I know this query returns all domains and column data types:
SELECT * FROM rdb$fields WHERE rdb$system_flag = 0;
I want to get all the constraints and their definitions.