How can I extract all the parameters from an SQL-like line?

前端 未结 0 1273
灰色年华
灰色年华 2021-01-21 02:13

How can I extract all the parameters from an SQL-like line, in C++?

CREATE TABLE students ((id, integer, 1000), (name, text, 128), (group, text,50))

I want to have

相关标签:
回答
  • 消灭零回复
提交回复
热议问题