Extended Systems OneBridge 4.1 Guía de usuario Pagina 202

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 222
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 201
uLT
188 Sybase IQ ETL 4.1
uLT
Description Returns 1 if the first parameter is less than the second parameter and no
parameter is NULL.
Syntax number uLT(value1, value2)
Parameters
value1, value 2
Numeric or string values to compare.
Examples uLT(1,2) // returns 0
uLT(1,2) // returns 1
uLT(1,1) // returns 0
uGT(null,1) // returns 0
uLE
Description Returns 1 if the first parameter is greater than the second parameter and no
parameter is NULL.
Syntax number uLE(value1, value2)
Parameters
value1, value 2
Numeric or string values to compare.
Examples uLE(2,1) // returns 0
uLE(1,2) // returns 1
uLE(1,1) // returns 1
uLE(null,1) // returns 0
Trigonometric functions
uAcos
Description Returns the arccosine (in radians) of a number.
Vista de pagina 201
1 2 ... 197 198 199 200 201 202 203 204 205 206 207 ... 221 222

Comentarios a estos manuales

Sin comentarios