I have an excel file on which i need to get an out which is obtained from the sql query :
SELECT TOP 25
cs-uri-stem as Url,
COUNT(*) As Hits
FROM ‘[LOGFILEPATH]’
GROUP BY cs-uri-stem
ORDER By Hits DESC
or is it possible to run this is a query on excel Datatable?