Join columns - Mailing list pgsql-sql

From Przemysław Słupkowski
Subject Join columns
Date
Msg-id 002701c45ab8$092d69f0$880f10ac@win.coig.com
Whole thread Raw
Responses Re: Join columns  (Achilleus Mantzios <achill@matrix.gatewaynet.com>)
List pgsql-sql
Hi
How can I generate md5 chcecksum for a row in table. I have 47 columns in table and I want to generate chceck sum to check is integrity od data.
I want to do something like this
 
select md5((idTowBK || SKDK || SKDT || SKGR || SKIR || SKKL || SKKR || SKLM || SKNZ || SKOP || SKPR)::varchar)
  from FARM_BKam limit 10
 
and its works :-)
But when I increase number of columns higher than 12 then return's null string
 

pgsql-sql by date:

Previous
From: Richard Huxton
Date:
Subject: Re: Normalising an existing table - how?
Next
From: Achilleus Mantzios
Date:
Subject: Re: Join columns