I'm getting an ambiguous column error? Even though they are exactly the same like all the other columns that I selected.
SELECT DISTINCT [date], [problem], [companyprofit], [fixtime]
FROM [fixandresponse] , [netprofit]
WHERE [fixandresponse].[date] = [netprofit].[date]