One more thing, I see you use a condition of
That's useful if you want to go with more than one author. In Oracle SQL, when you want only one, the performance is better if you do.
I suspect MS SQL should be the same.
author in ('somebody')
author = 'somebody'
You are viewing a single comment's thread from:
Thank you!
you're welcome :-)
doesnt it force
Don't know for sure but if you have the answer, please do update.