changing date format in a query
I am putting together a query and would like to make a computed column from my available columns. When this data is retreived from the sql data base it brings in the date in this format (month, day, year) in separate columns What I would like to do is have a column returned in my query that has already combined the month, day, year format in a seperate column as (12/1/16) so I can graph the data....