Viewing 10 posts - 1 through 10 (of 10 total)
I changed the order by and it returned 12 records for the 1st month. I'm expecting 5 records for each month. Thank you.
SELECT DISTINCT t.Company,sales.[Month], sales.Sales
FROM TestTable...
August 2, 2020 at 12:52 am
I reinstalled it to resolve.
March 18, 2020 at 4:14 pm
Do you mean change the select to print? I want to be able to copy the results in grid view and paste it in a new query window to be...
February 2, 2019 at 4:15 pm
When I run the query in sql server management studio I need it to return 3 columns (type1, type2, type3) with 3 records each.
column type1 has the following 3...
May 8, 2012 at 6:50 am
I tried it this way and got Jan 1, 2011.
SELECT CONVERT(VARCHAR(50),mt.hiredate,107) FROM MyTable mt
April 7, 2011 at 5:18 pm
Viewing 10 posts - 1 through 10 (of 10 total)