Sun N1 Grid Engine 6.1 User's Guide

Latebindings for Advanced Queries

The syntax for the latebindings in advanced queries is:

   LATEBINDING{ <column>;<operator>;<default value> }

   <column>    name if the latebinding
   <operator>  a SQL operator (e.g. = < > in .. )
   <value>     default value (e.g. 'localhost' )

Example 5–3 Latebindings Examples

select hostname from sge_host where LATEBINDING{hostname, like, 'a%'}
select hostname from sge_host where LATEBINDING{hostname, in, ('localhost', 'foo.bar')}