Viewing post 1 (of 2 total)
you must add tow new column (dateload,file name for each table and use
select dateload,filename,count(*)
from Table
group by dateload,filename
December 16, 2016 at 6:18 am
#1918372