Skip to content

Tag Archives: table

What BLOB tables do I have?

The following is SQL code was published in the #ingres IRC channel on freenode in response to a question about the best method to determine which iietab_xx_yy table belongs to which table: Running this against my demodb database I get the following: ┌────────────────────────────────┬────────────────────────────────┬────────────────────────────────┐ │base_table │column_name │extend_table │ ├────────────────────────────────┼────────────────────────────────┼────────────────────────────────┤ │nclob │ntext │iietab_367_368 │ │nclob2 │ntext │iietab_369_36a [...]

Share