Each row in the SYSREMARK system view describes a remark (or comment) for an object. The underlying system table for this view is ISYSREMARK.
Column | Data type | Description |
---|---|---|
object_id | UNSIGNED BIGINT | The internal ID for the object that has an associated remark. |
remarks | LONG VARCHAR | The remark or comment associated with the object. |
Discuss this page in DocCommentXchange.
|
Copyright © 2012, iAnywhere Solutions, Inc. - SQL Anywhere 12.0.1 |