1 Answer
- Newest
- Most votes
- Most comments
0
chr(0) is null , which is not supported in Postgres. Reference: https://www.postgresql.org/message-id/47CC2576.9090609%40netwolves.com
Try replacing chr(0) with some other character. such as chr(1).
Relevant content
- AWS OFFICIALUpdated 2 years ago
