beautypg.com

9 a ccessing tables with sql commands – HEIDENHAIN TNC 128 (77184x-01) User Manual

Page 222

background image

222

Programming: Q parameters

8.9 A

ccessing tables with SQL commands

Condition

Programming

Equal to

=
==

Not equal to

!=
<>

Less than

<

Less than or equal to

<=

Greater than

>

Greater than or equal to

>=

Linking multiple conditions:

Logical AND

AND

Logical OR

OR