I'm making a database with PostgreSQL. In one of the attributes in a tables it should be possible to insert numbers: "+" and "-", but no other chars like "A", "B" or "!".
Is it possible to check the input when I'm using the INSERT INTO function?
I don't know because I'm just a beginner in Postgre and didn't find a solution in the internet.
Thanks if anybody knows an answer!