I have a column value stored in the database as:
a:2:{i:0;s:2:\"US\";i:1;s:2:\"19\";}
I want to unserialize it during the mysql
For serialized arrays You can use function getPhpSerializedArrayValueByKey from here