È ||
, ad esempio:
select 'Mr ' || ename from emp;
L'unica caratteristica "interessante" che mi viene in mente è che 'x' || null
restituisce 'x'
, non null
come forse ti aspetteresti.
È ||
, ad esempio:
select 'Mr ' || ename from emp;
L'unica caratteristica "interessante" che mi viene in mente è che 'x' || null
restituisce 'x'
, non null
come forse ti aspetteresti.