{"id":7042,"date":"2024-11-14T15:18:35","date_gmt":"2024-11-14T07:18:35","guid":{"rendered":"https:\/\/fwq.ai\/blog\/7042\/"},"modified":"2024-11-14T15:18:35","modified_gmt":"2024-11-14T07:18:35","slug":"%e5%a6%82%e4%bd%95%e4%bd%bf%e7%94%a8-sql-%e6%9f%a5%e8%af%a2%e8%8e%b7%e5%8f%96%e6%96%87%e7%ab%a0%e5%8f%8a%e5%85%b6%e5%89%8d-5-%e6%9d%a1%e8%af%84%e8%ae%ba%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/7042\/","title":{"rendered":"\u5982\u4f55\u4f7f\u7528 SQL \u67e5\u8be2\u83b7\u53d6\u6587\u7ae0\u53ca\u5176\u524d 5 \u6761\u8bc4\u8bba\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173034758539401.jpg\" class=\"aligncenter\" title=\"\u5982\u4f55\u4f7f\u7528 SQL \u67e5\u8be2\u83b7\u53d6\u6587\u7ae0\u53ca\u5176\u524d 5 \u6761\u8bc4\u8bba\uff1f\u63d2\u56fe\" alt=\"\u5982\u4f55\u4f7f\u7528 SQL \u67e5\u8be2\u83b7\u53d6\u6587\u7ae0\u53ca\u5176\u524d 5 \u6761\u8bc4\u8bba\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u901a\u8fc7 sql \u67e5\u8be2\u6587\u7ae0\u53ca\u5176\u524d 5 \u6761\u8bc4\u8bba<\/strong><\/p>\n<p><strong>\u7b80\u4ecb\uff1a<\/strong><\/p>\n<p>\u60a8\u9700\u8981\u67e5\u8be2\u6240\u6709\u6587\u7ae0\u53ca\u5176\u5173\u8054\u7684\u8bc4\u8bba\uff0c\u4f46\u6bcf\u7bc7\u6587\u7ae0\u6700\u591a\u663e\u793a\u524d 5 \u6761\u8bc4\u8bba\u3002\u4f20\u7edf\u7684 left join \u67e5\u8be2\u65e0\u6cd5\u6ee1\u8db3\u6b64\u9650\u5236\u3002\u672c\u6587\u5c06\u63d0\u4f9b\u4e00\u79cd sql \u89e3\u51b3\u65b9\u6cd5\uff0c\u4ee5\u63d0\u53d6\u6240\u9700\u7684\u6570\u636e\u3002<\/p>\n<p><strong>sql \u67e5\u8be2\uff1a<\/strong><\/p>\n<pre>select \n    tmp1.id, tmp1.content, tmp.comment\nfrom\n    (select\n    a.pid, a.comment\n     from\n         `comment` a\n     where\n         5 &gt; (select count(id) from `comment` b where b.pid = a.pid and a.id &gt; b.id)\n     order by\n         a.id desc) tmp\n     join article tmp1 on tmp.pid = tmp1.id<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p><strong>\u8bf4\u660e\uff1a<\/strong><\/p>\n<ul>\n<li> <strong>\u5b50\u67e5\u8be2\uff1a<\/strong>\u6b64\u5b50\u67e5\u8be2\u4ece comment \u8868\u4e2d\u63d0\u53d6\u6bcf\u4e2a\u6587\u7ae0\u7684\u524d 5 \u6761\u8bc4\u8bba\u3002<\/li>\n<li> <strong>\u6761\u4ef6\uff1a<\/strong>\u5b50\u67e5\u8be2\u4e2d\u7684 where \u5b50\u53e5\u68c0\u67e5\u6bcf\u4e2a\u8bc4\u8bba\u662f\u5426\u5728\u524d 5 \u6761\u8bc4\u8bba\u4e4b\u5185\u3002<\/li>\n<li> <strong>\u964d\u5e8f\u6392\u5e8f\uff1a<\/strong>\u5b50\u67e5\u8be2\u4e2d\u7684 order by \u5b50\u53e5\u5c06\u8bc4\u8bba\u6309\u964d\u5e8f\uff0c\u4ee5\u83b7\u5f97\u6700\u65e9\u7684\u8bc4\u8bba\u3002<\/li>\n<li> <strong>join\uff1a<\/strong>\u5916\u90e8\u67e5\u8be2\u5c06\u5b50\u67e5\u8be2\u4e0e article \u8868\u8fde\u63a5\uff0c\u4f7f\u7528 pid \u5217\u5339\u914d\u6587\u7ae0\u548c\u8bc4\u8bba\u3002<\/li>\n<\/ul>\n<p><strong>\u7ed3\u679c\uff1a<\/strong><\/p>\n<p>\u6b64\u67e5\u8be2\u5c06\u8fd4\u56de\u4e00\u4e2a\u6570\u636e\u96c6\u7ed3\u6784\uff0c\u5176\u4e2d\u6bcf\u4e2a\u6587\u7ae0\u5305\u542b\u5176\u5185\u5bb9\u548c\u5173\u8054\u7684\u524d 5 \u6761\u8bc4\u8bba\u3002\u8f93\u51fa\u793a\u4f8b\uff1a<\/p>\n<pre>[\n    {\n        \"id\": 1,\n        \"content\": \"\u6587\u7ae0\u5185\u5bb9 1\",\n        \"commentList\": [\n            {\n                \"commentid\": 1,\n                \"comment\": \"\u8bc4\u8bba 1\"\n            },\n            {\n                \"commentid\": 2,\n                \"comment\": \"\u8bc4\u8bba 2\"\n            },\n            {\n                \"commentid\": 3,\n                \"comment\": \"\u8bc4\u8bba 3\"\n            },\n            {\n                \"commentid\": 4,\n                \"comment\": \"\u8bc4\u8bba 4\"\n            },\n            {\n                \"commentid\": 5,\n                \"comment\": \"\u8bc4\u8bba 5\"\n            }\n        ]\n    },\n    \/\/ ...\u5176\u4ed6\u6587\u7ae0\u7684\u6570\u636e\n]<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5982\u4f55\u4f7f\u7528 SQL \u67e5\u8be2\u83b7\u53d6\u6587\u7ae0\u53ca\u5176\u524d 5 \u6761\u8bc4\u8bba\uff1f\u7684\u8be6\u7ec6\u5185\u5bb9\uff0c\u66f4\u591a\u8bf7\u5173\u6ce8\u7c73\u4e91\u7f51\u5176\u5b83\u76f8\u5173\u6587\u7ae0\uff01<\/p>\n","protected":false},"excerpt":{"rendered":"<p>\u901a\u8fc7 sql \u67e5\u8be2\u6587\u7ae0\u53ca\u5176\u524d 5 \u6761\u8bc4\u8bba \u7b80\u4ecb\uff1a \u60a8\u9700\u8981\u67e5\u8be2\u6240\u6709\u6587\u7ae0\u53ca\u5176\u5173\u8054\u7684\u8bc4\u8bba\uff0c\u4f46\u6bcf\u7bc7\u6587\u7ae0\u6700\u591a\u663e\u793a\u524d 5 \u6761\u8bc4\u8bba\u3002\u4f20\u7edf\u7684 left join \u67e5\u8be2\u65e0\u6cd5\u6ee1\u8db3\u6b64\u9650\u5236\u3002\u672c\u6587\u5c06\u63d0\u4f9b\u4e00\u79cd sql \u89e3\u51b3\u65b9\u6cd5\uff0c\u4ee5\u63d0\u53d6\u6240\u9700\u7684\u6570\u636e\u3002 sql \u67e5\u8be2\uff1a select tmp1.id, tmp1.content, tmp.comment from (select a.pid, a.comment from `comment` a where 5 &gt; (select count(id) from `comment` b where b.pid = a.pid and a.id &gt; b.id) order by a.id desc) tmp join article tmp1 on tmp.pid = tmp1.id [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[16],"tags":[],"class_list":["post-7042","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/7042","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/comments?post=7042"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/7042\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=7042"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=7042"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=7042"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}