Forum Replies Created

Viewing post 1 (of 2 total)

  • RE: Need sql help

    you must add tow new column (dateload,file name for each table and use

    select dateload,filename,count(*)

    from Table

    group by dateload,filename

Viewing post 1 (of 2 total)