Binary 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.]
Binary expressions are translated as follows.
Operator | “M” Example | SQL Example |
---|---|---|
~ |
|
Not currently implemented. |
&, ^, | |
A op B |
Not currently implemented. |
== |
|
|
!= |
|
|
<<, >> |
A op B |
Not currently implemented. |