I'm using a firebird 1.5 database and am trying to remove all dashes from a field in one of my table's. Is there a command that will do this in SQL. Like replace '-' with ''. I want all the other characters to remain and to strip the dashes. Does anyone know how to do this?
Start Free Trial