I've somehow never noticed that I often write Where clauses without text in quotes when it comes to PARAMCD. Not sure how I have been so inconsistent. But somehow, it seems to work:
where PARAMCD = SYSBP
instead of PARAMCD = "SYSBP".
Why does this work without the quote marks? Ha ha, this is really bothering me not knowing. In the future I will use quote marks regardless...
Pinnacle 21 uses cookies to make our site easier for you to use. By continuing to use this website, you agree to our use of cookies. For more info visit our Privacy Policy.
I've somehow never noticed that I often write Where clauses without text in quotes when it comes to PARAMCD. Not sure how I have been so inconsistent. But somehow, it seems to work:
where PARAMCD = SYSBP
instead of PARAMCD = "SYSBP".
Why does this work without the quote marks? Ha ha, this is really bothering me not knowing. In the future I will use quote marks regardless...