raziel3
Registered User.
- Local time
- Yesterday, 21:50
- Joined
- Oct 5, 2017
- Messages
- 313
I'm trying to understand how "Non-Join" queries (if that is the proper name for it) work. I know you were taught that queries must be joined on some field to get the results but a query like this confuses me.
Also, I can match the date using "Between" criteria but supposing that I had no ENDDATE and I wanted MTHEND <= Max(STARTDATE) how would I rewrite this query?