{"id":7605,"date":"2024-11-14T15:57:57","date_gmt":"2024-11-14T07:57:57","guid":{"rendered":"https:\/\/fwq.ai\/blog\/7605\/"},"modified":"2024-11-14T15:57:57","modified_gmt":"2024-11-14T07:57:57","slug":"%e5%a6%82%e4%bd%95%e6%9f%a5%e8%af%a2%e5%8c%85%e5%90%ab-in-%e9%9b%86%e5%90%88%e5%ad%97%e6%ae%b5%e7%9a%84%e6%95%b0%e6%8d%ae%e5%ba%93%e8%a1%a8%ef%bc%9f","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/7605\/","title":{"rendered":"\u5982\u4f55\u67e5\u8be2\u5305\u542b IN \u96c6\u5408\u5b57\u6bb5\u7684\u6570\u636e\u5e93\u8868\uff1f"},"content":{"rendered":"<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/001\/246\/273\/173105104631387.jpg\" class=\"aligncenter\" title=\"\u5982\u4f55\u67e5\u8be2\u5305\u542b IN \u96c6\u5408\u5b57\u6bb5\u7684\u6570\u636e\u5e93\u8868\uff1f\u63d2\u56fe\" alt=\"\u5982\u4f55\u67e5\u8be2\u5305\u542b IN \u96c6\u5408\u5b57\u6bb5\u7684\u6570\u636e\u5e93\u8868\uff1f\u63d2\u56fe\" \/><\/p>\n<p><strong>\u67e5\u8be2 in \u96c6\u5408\u5b57\u6bb5\u7684\u6700\u4f73\u505a\u6cd5<\/strong><\/p>\n<p>\u5f53\u6570\u636e\u5e93\u8868\u5305\u542b\u4e00\u4e2a in \u96c6\u5408\u5b57\u6bb5\uff08\u5982 user_id\uff09\uff0c\u5e76\u4e14\u9700\u8981\u6839\u636e\u8be5\u5b57\u6bb5\u4e2d\u7684\u7279\u5b9a\u503c\u67e5\u8be2\u6570\u636e\u65f6\uff0c\u9700\u8981\u91c7\u7528\u7279\u5b9a\u65b9\u6cd5\u3002<\/p>\n<p>\u8003\u8651\u4e0b\u6587\u4e2d\u7ed9\u51fa\u7684\u67e5\u8be2\uff1a<\/p>\n<pre>select * from project where $this-&gt;auth-&gt;id in user_id......<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u8fd9\u4e2a\u67e5\u8be2\u7684\u76ee\u7684\u662f\u627e\u51fa\u5f53\u524d\u767b\u5f55\u7528\u6237\u53c2\u52a0\u7684\u9879\u76ee\u5217\u8868\u3002\u7136\u800c\uff0c\u7531\u4e8e\u67e5\u8be2\u4e2d\u7684\u8bed\u6cd5\u9519\u8bef\uff0c\u5b83\u65e0\u6cd5\u6b63\u5e38\u5de5\u4f5c\u3002<\/p>\n<p><strong>\u89e3\u51b3\u65b9\u6cd5\uff1a<\/strong><\/p>\n<p>\u5982\u679c\u65e0\u6cd5\u4fee\u6539\u8868\u7ed3\u6784\uff0c\u6709\u4e24\u79cd\u65b9\u6cd5\u53ef\u4ee5\u4f7f\u7528\uff1a<\/p>\n<ul>\n<li> <strong>find_in_set\uff1a<\/strong>\u6b64\u51fd\u6570\u7528\u4e8e\u68c0\u67e5\u4e00\u4e2a\u503c\u662f\u5426\u5728\u7531\u9017\u53f7\u5206\u9694\u7684\u5b57\u7b26\u4e32\uff08user_id \u5b57\u6bb5\uff09\u4e2d\u3002\u4f8b\u5982\uff0c\u4ee5\u4e0b\u67e5\u8be2\u5c06\u627e\u5230 user_id \u4e3a 21 \u7684\u9879\u76ee\uff1a<\/li>\n<\/ul>\n<pre>find_in_set(21,user_id)<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<ul>\n<li> <strong>like\uff1a<\/strong>\u6b64\u8fd0\u7b97\u7b26\u7528\u4e8e\u6a21\u7cca\u5339\u914d\u3002\u4f8b\u5982\uff0c\u4ee5\u4e0b\u67e5\u8be2\u5c06\u627e\u5230\u5305\u542b user_id \u4e3a 21 \u7684\u6240\u6709\u9879\u76ee\uff1a<\/li>\n<\/ul>\n<pre>user_id like '21,%' or user_id like '%,21' or user_id like '%,21,%' or user_id=21<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u901a\u8fc7\u4f7f\u7528 find_in_set \u6216 like\uff0c\u53ef\u4ee5\u67e5\u8be2 in \u96c6\u5408\u5b57\u6bb5\uff0c\u5e76\u6839\u636e\u7279\u5b9a\u503c\u8fd4\u56de\u76f8\u5173\u6570\u636e\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662f\u5982\u4f55\u67e5\u8be2\u5305\u542b IN \u96c6\u5408\u5b57\u6bb5\u7684\u6570\u636e\u5e93\u8868\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>\u67e5\u8be2 in \u96c6\u5408\u5b57\u6bb5\u7684\u6700\u4f73\u505a\u6cd5 \u5f53\u6570\u636e\u5e93\u8868\u5305\u542b\u4e00\u4e2a in \u96c6\u5408\u5b57\u6bb5\uff08\u5982 user_id\uff09\uff0c\u5e76\u4e14\u9700\u8981\u6839\u636e\u8be5\u5b57\u6bb5\u4e2d\u7684\u7279\u5b9a\u503c\u67e5\u8be2\u6570\u636e\u65f6\uff0c\u9700\u8981\u91c7\u7528\u7279\u5b9a\u65b9\u6cd5\u3002 \u8003\u8651\u4e0b\u6587\u4e2d\u7ed9\u51fa\u7684\u67e5\u8be2\uff1a select * from project where $this-&gt;auth-&gt;id in user_id&#8230;&#8230; \u767b\u5f55\u540e\u590d\u5236 \u8fd9\u4e2a\u67e5\u8be2\u7684\u76ee\u7684\u662f\u627e\u51fa\u5f53\u524d\u767b\u5f55\u7528\u6237\u53c2\u52a0\u7684\u9879\u76ee\u5217\u8868\u3002\u7136\u800c\uff0c\u7531\u4e8e\u67e5\u8be2\u4e2d\u7684\u8bed\u6cd5\u9519\u8bef\uff0c\u5b83\u65e0\u6cd5\u6b63\u5e38\u5de5\u4f5c\u3002 \u89e3\u51b3\u65b9\u6cd5\uff1a \u5982\u679c\u65e0\u6cd5\u4fee\u6539\u8868\u7ed3\u6784\uff0c\u6709\u4e24\u79cd\u65b9\u6cd5\u53ef\u4ee5\u4f7f\u7528\uff1a find_in_set\uff1a\u6b64\u51fd\u6570\u7528\u4e8e\u68c0\u67e5\u4e00\u4e2a\u503c\u662f\u5426\u5728\u7531\u9017\u53f7\u5206\u9694\u7684\u5b57\u7b26\u4e32\uff08user_id \u5b57\u6bb5\uff09\u4e2d\u3002\u4f8b\u5982\uff0c\u4ee5\u4e0b\u67e5\u8be2\u5c06\u627e\u5230 user_id \u4e3a 21 \u7684\u9879\u76ee\uff1a find_in_set(21,user_id) \u767b\u5f55\u540e\u590d\u5236 like\uff1a\u6b64\u8fd0\u7b97\u7b26\u7528\u4e8e\u6a21\u7cca\u5339\u914d\u3002\u4f8b\u5982\uff0c\u4ee5\u4e0b\u67e5\u8be2\u5c06\u627e\u5230\u5305\u542b user_id \u4e3a 21 \u7684\u6240\u6709\u9879\u76ee\uff1a user_id like &#8217;21,%&#8217; or user_id like &#8216;%,21&#8217; or user_id like &#8216;%,21,%&#8217; or user_id=21 \u767b\u5f55\u540e\u590d\u5236 \u901a\u8fc7\u4f7f\u7528 find_in_set \u6216 like\uff0c\u53ef\u4ee5\u67e5\u8be2 in \u96c6\u5408\u5b57\u6bb5\uff0c\u5e76\u6839\u636e\u7279\u5b9a\u503c\u8fd4\u56de\u76f8\u5173\u6570\u636e\u3002 \u4ee5\u4e0a\u5c31\u662f\u5982\u4f55\u67e5\u8be2\u5305\u542b IN [&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-7605","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/7605","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=7605"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/7605\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=7605"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=7605"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=7605"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}