I am moving data from a column in one database to a column in another database using the INSERT INTO command using Squirrel SQL v3.7.
The field I am moving is a character field for telephone numbers that allowed open entries. The receiving field however should disregard all letters and symbols and only enter in the format ##########
Is there a simple way to do this? The other solutions I've seen have been very involved.