OR operator
Returns a TRUE value if either of two logical expressions is TRUE.
Syntax
expression
ExampleThis procedure lists Customers who have no postal code (
PostalCode = ""
) or that have no telephone number (Phone
= ""), and displays how many Customers are in the list:
See also
OpenEdge Release 10.2B
|