Quantcast
Channel: ITPUB论坛-专业的IT技术社区
Viewing all articles
Browse latest Browse all 18583

mysql的递归查询

$
0
0
数据如下: CREATE TABLE `test` ( `id` int(11) DEFAULT NULL, `name` varchar(100) CHARACTER SET utf8 COLLATE utf8_unicode_ci NOT NULL DEFAULT \'\', `pid` int(11) DEFAULT NULL, `leftvalues` int(11) DEFAULT NULL, `rightvalues` int(11) DEFAU ...

Viewing all articles
Browse latest Browse all 18583

Trending Articles