Aug 31, 2018 · 1 min read
I have account balance column in table, ‘amount’. if i want to encrypt it i need to have data type as ‘string’? if i use string type for amount then how can i use SUM() math function of postgreSQL?
is there any way to encrypt numerical fields and also i can use math functions on that field?