How to split comma separated string into strings inside store procedure and insert them into a table field?
Using Firebird 2.5
It looks good except one thing, in my Firebird server Varchar size declaration to 32000 cause "Implementation limit exceeded" exception so be careful. I suggest to use BLOB SUB_TYPE TEXT instead :)