Extended Systems OneBridge 4.1 Podręcznik Użytkownika Strona 201

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
Przeglądanie stron 200
APPENDIX A Function Reference
Users Guide 187
Syntax number uNE(value1, value2)
Parameters
value1, value 2
Numeric or string values to compare.
Examples uNE(1,2) // returns 1
uNE(1,1) // returns 0
uNE(null,1) // returns 0
uGT
Description Returns 1 if the first parameter is greater than the second parameter and no
parameter is NULL.
Syntax number uGT(value1, value2)
Parameters
value1, value 2
Numeric or string values to compare.
Examples uGT(1,2) // returns 1
uGT(1,2) // returns 0
uGT(1,1) // returns 0
uGT(null,1) // returns 0
uGe
Description Returns 1 if the first parameter is greater than the second parameter and no
parameter is NULL.
Syntax number uGE(value1, value2)
Parameters
value1, value 2
Numeric or string values to compare.
Examples uGE(2,1) // returns 1
uGE(1,2) // returns 0
uGE(1,1) // returns 0
uGE(null,1) // returns 0
Przeglądanie stron 200
1 2 ... 196 197 198 199 200 201 202 203 204 205 206 ... 221 222

Komentarze do niniejszej Instrukcji

Brak uwag