Closed drtjre closed 8 years ago
Create Table with list of files to process:
CREATE CREATE TEMPORARY TABLE szsample USING ch.fourquant.images OPTIONS (path "/Users/tomjre/Desktop/STOLZ45/sample/*.tif"); show tables; describe szsample; select path from szsample limit 5;
Create Table with list of files to process: