I have a contacts column which has, an id and sms (array) columns. I would like to remove all non US numbers (all numbers that starts with 1) And I am not quite sure how to do this.
I am not sure if it would be appropriate to do a FOR LOOP for this query or should I do a simple query? Is there any way to do this query?