您正在寻找
regexp_split_to_table():
http://www.postgresql.org/docs/9.2/static/functions-
string.html
select regexp_split_to_table('hello world', E'\s+');helloworld(2 rows)
您正在寻找
regexp_split_to_table():
http://www.postgresql.org/docs/9.2/static/functions-
string.html
select regexp_split_to_table('hello world', E'\s+');helloworld(2 rows)