Hey everyone,
I am having problems writing a nested sql statement here is what I have (which is not working at all right now)
SELECT sum(incomingDialup) FROM techdata WHERE shiftReportId = (SELECT id FROM shiftreports WHERE month=3)
What am i doing wrong here?