Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要查询帮助以识别非结构化数据。我需要识别其数据中连续数字超过 6 个的所有行。我知道我们可以使用像 ^[0-9] 这样的正则表达式。
例如:
我有一个名为地址的列。地址栏可能包含 6 个或更多的连续数字。我需要确定哪些行包含超过 6 个连续数字。
675467 should be the output 67433232 should be the output 4453 should not be the output.
我第二个 Egor Skriptunoff,你可以在SQLFiddle上的这个演示上回答