{"id":6906,"date":"2024-11-14T09:19:13","date_gmt":"2024-11-14T01:19:13","guid":{"rendered":"https:\/\/fwq.ai\/blog\/6906\/"},"modified":"2024-11-14T09:19:13","modified_gmt":"2024-11-14T01:19:13","slug":"mysql-%e5%a6%82%e4%bd%95%e6%a0%b9%e6%8d%ae%e6%9d%a1%e4%bb%b6%e5%af%b9%e5%ad%97%e6%ae%b5%e5%8e%bb%e9%87%8d%ef%bc%9a%e5%a6%82%e4%bd%95%e5%8c%ba%e5%88%86%e5%a2%83%e5%86%85%e5%a4%96%e8%ae%b0%e5%bd%95","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/6906\/","title":{"rendered":"MySQL \u5982\u4f55\u6839\u636e\u6761\u4ef6\u5bf9\u5b57\u6bb5\u53bb\u91cd\uff1a\u5982\u4f55\u533a\u5206\u5883\u5185\u5916\u8bb0\u5f55\u5e76\u83b7\u53d6\u552f\u4e00\u57df\u540d\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173007450311941.jpg\" class=\"aligncenter\" title=\"MySQL \u5982\u4f55\u6839\u636e\u6761\u4ef6\u5bf9\u5b57\u6bb5\u53bb\u91cd\uff1a\u5982\u4f55\u533a\u5206\u5883\u5185\u5916\u8bb0\u5f55\u5e76\u83b7\u53d6\u552f\u4e00\u57df\u540d\uff1f\u63d2\u56fe\" alt=\"MySQL \u5982\u4f55\u6839\u636e\u6761\u4ef6\u5bf9\u5b57\u6bb5\u53bb\u91cd\uff1a\u5982\u4f55\u533a\u5206\u5883\u5185\u5916\u8bb0\u5f55\u5e76\u83b7\u53d6\u552f\u4e00\u57df\u540d\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong> \u4e2d\u6839\u636e\u6761\u4ef6\u5bf9\u5b57\u6bb5\u53bb\u91cd\uff1a\u5883\u5185\u5883\u5916\u533a\u5206<\/strong><\/p>\n<p>\u95ee\u9898\uff1a\u5728\u4e00\u4e2a\u8868\u4e2d\uff0c\u9700\u8981\u6309\u7167 domn \u5b57\u6bb5\u53bb\u91cd\uff0c\u4f46\u540c\u65f6\u533a\u5206 loc \u5b57\u6bb5\u4e2d\u7684\u5883\u5185\u548c\u5883\u5916\u8bb0\u5f55\u3002\u4f8b\u5982\uff0c\u8868\u4e2d\u6709\u4ee5\u4e0b\u6570\u636e\uff1a<\/p>\n<pre>domain   loc\na.org    \u534e\u5317\u8054\u901a\nb.org    \u534e\u5317\u8054\u901a\nb.org    \u534e\u4e1c\u7535\u4fe1\nc.org    \u897f\u5357\u7535\u4fe1\nc.org    \u897f\u5357\u79fb\u52a8 \nc.org    \u534e\u4e1c\u79fb\u52a8\nd.org    \u534e\u4e2d\u7535\u4fe1\nd.org    \u897f\u5317\u8054\u901a\ne.org    \u5883\u5185 \nf.org    \u5883\u5916<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u9700\u8981\u5f97\u5230\u4ee5\u4e0b\u7ed3\u679c\uff1a<\/p>\n<pre>domain   loc\na.com    \u897f\u5357\u8fde\u901a\na.com    \u5883\u5916\nb.com    \u897f\u5317\u7535\u4fe1\nc.com    \u897f\u5357\u7535\u4fe1<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u89e3\u51b3\u65b9\u6848\uff1a<\/p>\n<p>\u5728 mysql \u4e2d\uff0c\u53ef\u4ee5\u4f7f\u7528 union all \u8bed\u53e5\u6765\u5b9e\u73b0\u4e0a\u8ff0\u9700\u6c42\uff1a<\/p>\n<pre>SELECT DISTINCT domain FROM url WHERE loc = \"\u5883\u5916\"\nUNION ALL\n(\n  SELECT DISTINCT domain FROM url WHERE loc != \"\u5883\u5916\"\n)<\/pre>\n<p> \u767b\u5f55\u540e\u590d\u5236 <\/p>\n<p>\u6b64 sql \u8bed\u53e5\u9996\u5148\u4ece\u8868 url \u4e2d\u9009\u62e9 loc \u5b57\u6bb5\u4e3a &#8220;\u5883\u5916&#8221; \u7684\u6240\u6709\u552f\u4e00 domain \u503c\uff0c\u7136\u540e\u4f7f\u7528 union all \u8bed\u53e5\u5c06\u5176\u4e0e\u9009\u62e9 loc \u5b57\u6bb5\u4e0d\u7b49\u4e8e &#8220;\u5883\u5916&#8221; \u7684\u6240\u6709\u552f\u4e00 domain \u503c\u5408\u5e76\u3002\u8fd9\u6837\u4e00\u6765\uff0c\u6700\u7ec8\u7684\u7ed3\u679c\u5c31\u5305\u542b\u4e86\u6240\u6709\u552f\u4e00\u7684 domain \u503c\uff0c\u5e76\u533a\u5206\u4e86\u5883\u5185\u548c\u5883\u5916\u8bb0\u5f55\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662fMySQL \u5982\u4f55\u6839\u636e\u6761\u4ef6\u5bf9\u5b57\u6bb5\u53bb\u91cd\uff1a\u5982\u4f55\u533a\u5206\u5883\u5185\u5916\u8bb0\u5f55\u5e76\u83b7\u53d6\u552f\u4e00\u57df\u540d\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>\u4e2d\u6839\u636e\u6761\u4ef6\u5bf9\u5b57\u6bb5\u53bb\u91cd\uff1a\u5883\u5185\u5883\u5916\u533a\u5206 \u95ee\u9898\uff1a\u5728\u4e00\u4e2a\u8868\u4e2d\uff0c\u9700\u8981\u6309\u7167 domn \u5b57\u6bb5\u53bb\u91cd\uff0c\u4f46\u540c\u65f6\u533a\u5206 loc \u5b57\u6bb5\u4e2d\u7684\u5883\u5185\u548c\u5883\u5916\u8bb0\u5f55\u3002\u4f8b\u5982\uff0c\u8868\u4e2d\u6709\u4ee5\u4e0b\u6570\u636e\uff1a domain loc a.org \u534e\u5317\u8054\u901a b.org \u534e\u5317\u8054\u901a b.org \u534e\u4e1c\u7535\u4fe1 c.org \u897f\u5357\u7535\u4fe1 c.org \u897f\u5357\u79fb\u52a8 c.org \u534e\u4e1c\u79fb\u52a8 d.org \u534e\u4e2d\u7535\u4fe1 d.org \u897f\u5317\u8054\u901a e.org \u5883\u5185 f.org \u5883\u5916 \u767b\u5f55\u540e\u590d\u5236 \u9700\u8981\u5f97\u5230\u4ee5\u4e0b\u7ed3\u679c\uff1a domain loc a.com \u897f\u5357\u8fde\u901a a.com \u5883\u5916 b.com \u897f\u5317\u7535\u4fe1 c.com \u897f\u5357\u7535\u4fe1 \u767b\u5f55\u540e\u590d\u5236 \u89e3\u51b3\u65b9\u6848\uff1a \u5728 mysql \u4e2d\uff0c\u53ef\u4ee5\u4f7f\u7528 union all \u8bed\u53e5\u6765\u5b9e\u73b0\u4e0a\u8ff0\u9700\u6c42\uff1a SELECT DISTINCT domain FROM url WHERE loc [&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-6906","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/6906","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=6906"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/6906\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=6906"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=6906"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=6906"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}