mySQL hierarchical grouping sort

后端 未结 3 1024
暗喜
暗喜 2021-01-15 01:02

I have a schema that essentially looks like this:

CREATE TABLE `data` (
  `id` int(10) unsigned NOT NULL,
  `title` text,
  `type` tinyint(4),
  `parent` int         


        
3条回答
提交回复
热议问题