标签: sql regex oracle
我需要查询帮助来识别非结构化数据。我需要识别其数据中连续数超过6个的所有行。我知道我们可以使用像^ [0-9]这样的正则表达式。
例如:
我有一个名为Address的列。地址列可以包含6个或更多个连续数字。我需要确定哪些行包含超过6个连续的数字。
675467 should be the output 67433232 should be the output 4453 should not be the output.
答案 0 :(得分:0)
我是第二个Egor Skriptunoff,您可以在SQLFiddle