Answers for "sql file md5"

SQL
0

sql file md5

select filename, md5_checksum 
from data_reception.file_info fi 
natural join data_reception.file_contents fc 
where filename in ('mosaosimpactorM1.a1.20190513.200000.nc', 'mosaosimpactorM1.a1.20190906.115613.nc');
Posted by: Guest on April-05-2022

Code answers related to "SQL"

Browse Popular Code Answers by Language