Lists ENC/AML product versions with an indication of whether the S-57 files are stored in the database.
Output
Column | Type | Description |
|---|---|---|
productversion_id | NUMBER | The product version ID. |
edition | NUMBER | The product edition number. |
hasexportfile | NUMBER | Flag denoting if the product version has an export file related to it. 1 indicates that it does have a file, and 0 indicates that it does not have a file. |
name | VARCHAR2 | The product name. |
version | VARCHAR2 | The product update (version) number. |
dataset_name | VARCHAR2 | The name of the dataset. |
Example
select * from PRODUCTVERSION_S57_VW; |