Does anyone know any good tutorials on how to do complex sql queries?
I am try to do this
SELECT * FROM tablea where sum(hours) > 1000 and date1 Between x and x
If anyone has any ideas how this could be done or can point to a place where i could learn how to do this that would be great.
thanks