LAND

Returns a string that is the logical AND of the argument strings. There must be two or more arguments. The arguments must be character strings. They cannot be LOBs, mixed data character strings or graphic strings.

Example:

Assume column L1 has a value of X'A1B1', column L2 has a value of X'F0F040', and column L3 has a value of X'A1B10040'.

  LAND(L1,L2,L3)

Returns the value X'A0B00000'.