0

I need to insert this string into a varchar Postgres table column. Each value needs to have a single quote separated by a comma, just as it is listed below. In other words, when I select this column value after it is inserted, I should get exactly what is listed below. Any ideas?

'D301','D302','D303','D304','D305'

0 Answers0