[Date Prev][Date Next][Thread Prev][Thread Next]
[Author Index]
[Date Index]
[Thread Index]
[SQR-USERS Info]
[SQRUG Home Page]
Re: Local Procedures
- Subject: Re: Local Procedures
- From: Ken Boettger <BoettgeK@CWU.EDU>
- Date: Fri, 5 Apr 2002 15:31:18 -0800
Opps... previous code in my message should have read...
DO NEWLY_HIRED($NEW-HIRE)
>>> BoettgeK@cwu.EDU 04/05/02 03:20PM >>>
I was trying it withn an IF statement before the FROM clause. It generated an
error here on our platform. Can someone confirm my observation here. Are
there cases where "!=" will be treated as a comment? I feel guilty about my
first post to this thread and want to go home with a clean conscious this
weekend.
:)
-Ken
>>> Ivan.Turner@QWEST.COM 04/05/02 02:43PM >>>
sqr does not allow any comments between FROM and End-Select. Therefore, !=
will not be treated as a comment.
-----Original Message-----
From: Roger Harris [mailto:RHarris@CSU.ORG]
Sent: Friday, April 05, 2002 5:20 PM
To: SQR-USERS@list.iex.net
Subject: Re: not equal comparison operators (<> and !=)
Using != does NOT get treated as a comment in SQR. It works as intended.
Ken Boettger
<BoettgeK@CWU To: SQR-USERS@list.iex.net
.EDU> cc:
Sent by: bcc:
"Discussion Subject: Re: not equal
comparison operators (<> and !=)
of SQR, Brio
Software's
database
reporting
language"
<SQR-USERS@li
st.iex.net>
04/05/2002
02:38 PM
Please
respond to
sqr-users
Theoretically, yes and no.
But don't use "!"
I will likely be treated as a comment in SQR. Use <> instead.
-Ken
>>> masonk@EVERGEGROUP.COM 04/05/02 01:16PM >>>
Do the comparison operators <> and != work exactly the same?
Is there a reason for using one over the other?
Thanks,
Kathy