With regex and SQL I can do this using something like. SELECT * FROM table WHERE table.column_name LIKE '^[0-9]+$';.
確定! 回上一頁