Compartir a través de


Guid 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.]

Guid expressions are translated as follows.

Operator “M” Example SQL Example

~

~A

Not currently implemented.

&, ^, |

A op B

Not currently implemented.

==

A == B

A = B

!=

A != B

A <> B

<<, >>

A op B

Not currently implemented.