Subject | Re: [firebird-support] What SQL to use to retrieve all details of a given table |
---|---|
Author | Helen Borrie |
Post date | 2005-04-02T12:21:48Z |
At 01:29 PM 2/04/2005 +0530, you wrote:
the relevant system tables, targeting rdb$relation_name = 'aTable'.
./hb
>Hi allOne statement? No. Write a parameterised stored procedure that queries
>
>What kind of a SQL statement can we execute on a database to retrieve all
>details (fields, indices, constraints, triggers, etc.) of the given table
>name.
>
>Is this possible?
the relevant system tables, targeting rdb$relation_name = 'aTable'.
>Actually I would like to print or atleast view linear-lyUse isql SHOW TABLE <table-name>.
>a given table's complete details for creation of a similar table.
./hb