Each row in the systable system table describes a table in the database.
| Column name | Column type | Description | 
|---|---|---|
| table_id | INTEGER | A unique identifier for the table. | 
| table_name | VARCHAR(128) | The name of the table. | 
| table_flags | UNSIGNED SHORT | A bitwise combination of one of the following flags: 
 | 
| table_data | INTEGER | Internal use only. | 
| table_autoinc | BIG | Internal use only. | 
PRIMARY INDEX (table_id)
| Send feedback about this page via email or DocCommentXchange | Copyright © 2008, iAnywhere Solutions, Inc. - SQL Anywhere 11.0.0 |