Easysoft ODBC-Zortec System Z DriverCan I create views on my Zortec data? |
|
Yes Easysoft Data Access for SystemZ allows the creation of views through SQL passed into the schema files from the command line sql utility or graphically through any ODBC compliant application. Views can be used to limit the dataset returned from your files by setting criteria on the tables. SQL for creating a view is as follows:
create view new_view as select * from Z.LASER where "LASER-RETAIL-PRICE" > 49.99