Site Menu
- Home
- Products
- NexusDB
- Nexus Quality Suite
- NexusDB Drivers & Connectors
- Nexus Remoting
- Nexus Memory Manager
- Some of our Customers
- Testimonials and use(r)s
- Downloads
- Documentation
- Support
- Pricing & Orders
- About
- Community
- My Nexus
- Recently Updated ...
- Search...
- Site Login
Search
Equivalent Predicate


Compares two values for equivalence.
Syntax
EQUIVALENT ( <value expression>, <value expression> ) |
Notes
♦ | The data types shall be comparable. |
♦ | The predicate evaluates to TRUE if the two values are equal, else to FALSE. |
♦ | Null values are considered equal in this predicate. |
Examples
1) | The following example selects students from Newport: |
SELECT studentID, studentName, city
FROM students
WHERE EQUIVALENT ( city, 'Newport' )
Conformance
NexusDB extensions |
- |
EQUIVALENT predicate |
Questions? Problems?
- Interested to buy but something put you off?
- Can't find what you're looking for?
- Have a suggestion?
Let us know. If you're having trouble contacting us, please check here.
Site Updates
- Mar 19 2025 - 9:52pm
- Mar 19 2025 - 11:17am
- Mar 14 2025 - 11:23am
- Mar 13 2025 - 11:42pm
- Feb 5 2025 - 6:31pm