8 a ccessing tables with sql commands – HEIDENHAIN TNC 620 (73498x-01) ISO programming User Manual

Page 245

Advertising
background image

HEIDENHAIN TNC 620

245

8.8 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

Advertising