G
Guest
Hi,
Can a criterion be named so that it can be referred to by its (short) name
in the update portion of the SQL code?
To illustrate, my SQL for update looks like this:
(If criterion1 then action 1) Or (If criterion2 then action2) OR (and so on..)
Each of these criterion is complex and long in code. Hence the need for a
short name to refer to it.
Thanks.
David
Can a criterion be named so that it can be referred to by its (short) name
in the update portion of the SQL code?
To illustrate, my SQL for update looks like this:
(If criterion1 then action 1) Or (If criterion2 then action2) OR (and so on..)
Each of these criterion is complex and long in code. Hence the need for a
short name to refer to it.
Thanks.
David