Hi guys.
Using PAD i am trying to run SQL query on Excel file but having problem with value that has hyphen in the middle of it.
my sql is
select sum([Sales])
where shop in ("7-11")
it can run but returns 0 as value.
is there any solution to do this?
thank you


Report
All responses (
Answers (