File SQL 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');
Victorious Vole