posted 7 years ago
Hi,
I m trying to run select query with "group by" to get the customer information (using MS Access DB), but getting "Too few parameters. Expected 3" exception.
Noticed when I run select query along with subquery to pull last 24 hrs of sum of records I m getting this exception, without subquery getting expected output.
Joining 3 tables to get list of all records. Please let me know, is there a way I can run below mentioned query along with subquery or do I need to split into 2 parts.
One without subquery and otherone running subquery as seprate.
Exception:
Please advice.