SELECT [columns], COUNT(column) FROM table JOIN table1 ON table.column = table2.column WHERE date = @date_provided
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)