You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Index field identifier gets separated to FIELD keyword and name identifier. Example:
define temp-table ttPartition no-undo
field SchemaName as character serialize-name "schemaName" format "x(3)" label "Schema" init "PUB"
index idx as unique trowid
index idxpart as primary unique TenantName TenantGroupName PartitionPolicyDetailName FieldName IndexName Collation
.
The text was updated successfully, but these errors were encountered:
Index field identifier gets separated to
FIELD
keyword andname
identifier. Example:The text was updated successfully, but these errors were encountered: