Category: Query
Database: DBC
| View Column | Data Type | Format | Description |
|---|---|---|---|
| QueryID | DECIMAL(18,0) | --Z(17)9 | (Foreign Key) System wide unique value to join DBQL tables. |
| RowNum | INTEGER | -(10)9 | Row number indicating the sequence of ParamInfo and Data Record JSON documents. |
| ParamJSON | CLOB(2097088000) LATIN NOT CASESPECIFIC | X(64000) | Parameter and data rows in JSON format. |
| ParentReqStartTime | TIMESTAMP(6) | YYYY-MMDDBHH:MI:SS.S(6) | The time when the parent request was submitted. |
| ParentQueryID | DECIMAL(18,0) | --Z(17)9 | The parent system generated query id for this query. |