Hi I'm sure this is possible but am not sure how to go about it. In this case I want to find records that have text similar to this pattern '123-1234'
SELECT FROM TABLE WHERE COLUMN = 'HAS pattern 3 numbers+ - + 4numbers'
I think the numbers are post codes perhaps. Still bit of an sql noob. Any helpers appreciated.