Reputation: 359
Start situation:
png
).select filename from table1
UNION
select filename from table2;
I want to know if I have files not registered in the database tables.
Upvotes: 1
Views: 508
Reputation: 290
You need to do couple of things:
To import file name you can use the import method or directly read the file as a table virtually.
Thanks
Upvotes: 1