Sedikit demi sedikit ATAU.
SELECT 29 | 15;
31
SELECT _binary X'40404040' | X'01020304';
'ABCD'
The result type depends on whether the arguments are evaluated as binary strings or numbers:
SELECT 29 | 15;
31
SELECT _binary X'40404040' | X'01020304';
'ABCD'