You are viewing a single comment's thread from:

RE: Solving NOLOCK SQL Power BI issues with Sample Code for STEEMSQL

in #utopian-io8 years ago

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'

Sort:  

Thank you!

you're welcome :-)

doesnt it force

Don't know for sure but if you have the answer, please do update.