Compartir a través de


Logical Expressions (M to SQL Mapping)

[This content is no longer valid. For the latest information on "M", "Quadrant", SQL Server Modeling Services, and the Repository, see the Model Citizen blog.]

Logical expressions are translated as follows.

Operator “M” Example SQL Example

Not

! A

not A

And

A && B

A and B

Or

A || B

A or B

Equal

A == B

A = B

Not Equal

A != B

A <> B