When I fire below query on one of our servers
select null || 'query' ,'|',version
the result is null nothing is displayed
when i fire the same query on another server which has same version of postgresql server
I am getting result as
query
postgres version on both servers are
- EnterpriseDB 9.2.1.3 on i686-pc-linux-gnu, compiled by gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-52), 32-bit
- EnterpriseDB 9.2.1.3 on x86_64-unknown-linux-gnu, compiled by gcc (GCC) 4.1.2 20080704 (Red Hat 4.1.2-52), 64-bit
Why this different behavior?