![]() | |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hello all, DB2 V9.5 LUW Fixpack 5. Is there in DB2 a function that returns the checksum of a string, like the sum of UNIX? |
#3
| |||
| |||
|
|
Is there in DB2 a function that returns the checksum of a string, like the sum of UNIX? In Unix/Linux: [db2inst1@JULIANA-PIRES ~]$ echo "Super string bla bla bla" | sum 49605 1 |
#4
| |||
| |||
|
|
Hi Bruno, Is there in DB2 a function that returns the checksum of a string, like the sum of UNIX? In Unix/Linux: [db2inst1@JULIANA-PIRES ~]$ echo "Super string bla bla bla" | sum 49605 * * 1 No, there are no checksum functions shipped with DB2, but I wrote UDFs for md5, seeded md5, seeded sha1 and seeded crypt. http://j.mp/kb9BJL You will need APR and APR-util to compile the UDFs. -- Helmut K. C. Tessarek DB2 Performance and Development IBM Toronto Lab |
![]() |
| Thread Tools | |
| Display Modes | |
| |