{"id":5966,"date":"2024-11-14T13:24:18","date_gmt":"2024-11-14T05:24:18","guid":{"rendered":"https:\/\/fwq.ai\/blog\/5966\/"},"modified":"2024-11-14T13:24:18","modified_gmt":"2024-11-14T05:24:18","slug":"sql-between%e6%80%8e%e4%b9%88%e7%94%a8","status":"publish","type":"post","link":"https:\/\/fwq.ai\/blog\/5966\/","title":{"rendered":"sql\u00a0between\u600e\u4e48\u7528"},"content":{"rendered":"<blockquote><p>\n  sql between \u8fd0\u7b97\u7b26\u68c0\u67e5\u503c\u662f\u5426\u4ecb\u4e8e\u4e24\u4e2a\u503c\u4e4b\u95f4\uff08\u542b\uff09\u3002\u5176\u8bed\u6cd5\u4e3a between start_value and end_value\u3002\u4f7f\u7528\u65b9\u6cd5\uff1a\u6307\u5b9a\u5217\uff0c\u4f7f\u7528 between \u8fd0\u7b97\u7b26\uff0c\u5e76\u6307\u5b9a\u5f00\u59cb\u503c\u548c\u7ed3\u675f\u503c\u3002\u503c\u7c7b\u578b\u5fc5\u987b\u5339\u914d\uff0cbetween \u5305\u62ec\u5f00\u59cb\u548c\u7ed3\u675f\u503c\u3002\u53ef\u4ee5\u4f7f\u7528 not \u53cd\u8f6c\u7ed3\u679c\uff0c\u4f8b\u5982\u67e5\u627e\u4e0d\u5728\u6307\u5b9a\u8303\u56f4\u5185\u7684\u503c\u3002\n<\/p><\/blockquote>\n<p><img decoding=\"async\" src=\"https:\/\/img.php.cn\/upload\/article\/202406\/12\/2024061202541949424.jpg\" class=\"aligncenter\" title=\"sql\u00a0between\u600e\u4e48\u7528\u63d2\u56fe\" alt=\"sql\u00a0between\u600e\u4e48\u7528\u63d2\u56fe\" \/><\/p>\n<p><strong>SQL BETWEEN \u5982\u4f55\u4f7f\u7528<\/strong><\/p>\n<p><strong>\u4ec0\u4e48\u662f BETWEEN\uff1f<\/strong><\/p>\n<p>BETWEEN \u662f SQL \u4e2d\u7684\u4e00\u4e2a\u8fd0\u7b97\u7b26\uff0c\u7528\u4e8e\u68c0\u67e5\u503c\u662f\u5426\u4ecb\u4e8e\u4e24\u4e2a\u503c\u4e4b\u95f4\uff08\u5305\u62ec\u8fd9\u4e24\u4e2a\u503c\uff09\u3002<\/p>\n<p><strong>\u8bed\u6cd5<\/strong><\/p>\n<p>BETWEEN start_value AND end_value<\/p>\n<p>\u5176\u4e2d\uff1a<\/p>\n<ul>\n<li>start_value \u662f\u5f00\u59cb\u503c\uff08\u542b\uff09\u3002<\/li>\n<li>end_value \u662f\u7ed3\u675f\u503c\uff08\u542b\uff09\u3002<\/li>\n<\/ul>\n<p><strong>\u4f7f\u7528\u65b9\u6cd5<\/strong><\/p>\n<p>\u8981\u4f7f\u7528 BETWEEN \u8fd0\u7b97\u7b26\uff0c\u8bf7\u6309\u7167\u4ee5\u4e0b\u6b65\u9aa4\u64cd\u4f5c\uff1a<\/p>\n<ol>\n<li>\u5728\u67e5\u8be2\u4e2d\uff0c\u6307\u5b9a\u8981\u68c0\u67e5\u7684\u5217\u3002<\/li>\n<li>\u4f7f\u7528 BETWEEN \u8fd0\u7b97\u7b26\uff0c\u6307\u5b9a\u5f00\u59cb\u503c\u548c\u7ed3\u675f\u503c\u3002<\/li>\n<\/ol>\n<p><strong>\u793a\u4f8b<\/strong><\/p>\n<p>\u4ee5\u4e0b\u67e5\u8be2\u67e5\u627e\u5728 2023-01-01 \u548c 2023-03-31 \u4e4b\u95f4\u521b\u5efa\u7684\u6240\u6709\u8ba2\u5355\uff1a<\/p>\n<pre>SELECT *\nFROM orders\nWHERE order_date BETWEEN '2023-01-01' AND '2023-03-31';<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p><strong>\u6ce8\u610f\u4e8b\u9879<\/strong><\/p>\n<ul>\n<li>\u5f00\u59cb\u503c\u548c\u7ed3\u675f\u503c\u53ef\u4ee5\u662f\u4ee5\u4e0b\u7c7b\u578b\uff1a\u65e5\u671f\u3001\u65f6\u95f4\u3001\u6570\u5b57\u3001\u5b57\u7b26\u4e32\u7b49\u3002<\/li>\n<li>\u503c\u5fc5\u987b\u4e0e\u6240\u6bd4\u8f83\u7684\u5217\u4e2d\u7684\u503c\u7c7b\u578b\u5339\u914d\u3002<\/li>\n<li>BETWEEN \u8fd0\u7b97\u7b26\u5305\u62ec\u5f00\u59cb\u503c\u548c\u7ed3\u675f\u503c\u3002<\/li>\n<li>\u5982\u679c start_value &gt; end_value\uff0c\u5219 BETWEEN \u8fd0\u7b97\u7b26\u5c06\u8fd4\u56de\u7a7a\u7ed3\u679c\u96c6\u3002<\/li>\n<li>\u53ef\u4ee5\u901a\u8fc7\u4f7f\u7528 NOT \u8fd0\u7b97\u7b26\u6765\u53cd\u8f6c BETWEEN \u8fd0\u7b97\u7b26\u7684\u7ed3\u679c\u3002\u4f8b\u5982\uff1a<\/li>\n<\/ul>\n<pre>SELECT *\nFROM orders\nWHERE NOT order_date BETWEEN '2023-01-01' AND '2023-03-31';<\/pre>\n<p>  \u767b\u5f55\u540e\u590d\u5236   <\/p>\n<p>\u8fd9\u5c06\u67e5\u627e\u4e0d\u5728 2023-01-01 \u548c 2023-03-31 \u4e4b\u95f4\u521b\u5efa\u7684\u6240\u6709\u8ba2\u5355\u3002<\/p>\n<p>\u4ee5\u4e0a\u5c31\u662fsql&nbsp;between\u600e\u4e48\u7528\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>sql between \u8fd0\u7b97\u7b26\u68c0\u67e5\u503c\u662f\u5426\u4ecb\u4e8e\u4e24\u4e2a\u503c\u4e4b\u95f4\uff08\u542b\uff09\u3002\u5176\u8bed\u6cd5\u4e3a between start_value and end_value\u3002\u4f7f\u7528\u65b9\u6cd5\uff1a\u6307\u5b9a\u5217\uff0c\u4f7f\u7528 between \u8fd0\u7b97\u7b26\uff0c\u5e76\u6307\u5b9a\u5f00\u59cb\u503c\u548c\u7ed3\u675f\u503c\u3002\u503c\u7c7b\u578b\u5fc5\u987b\u5339\u914d\uff0cbetween \u5305\u62ec\u5f00\u59cb\u548c\u7ed3\u675f\u503c\u3002\u53ef\u4ee5\u4f7f\u7528 not \u53cd\u8f6c\u7ed3\u679c\uff0c\u4f8b\u5982\u67e5\u627e\u4e0d\u5728\u6307\u5b9a\u8303\u56f4\u5185\u7684\u503c\u3002 SQL BETWEEN \u5982\u4f55\u4f7f\u7528 \u4ec0\u4e48\u662f BETWEEN\uff1f BETWEEN \u662f SQL \u4e2d\u7684\u4e00\u4e2a\u8fd0\u7b97\u7b26\uff0c\u7528\u4e8e\u68c0\u67e5\u503c\u662f\u5426\u4ecb\u4e8e\u4e24\u4e2a\u503c\u4e4b\u95f4\uff08\u5305\u62ec\u8fd9\u4e24\u4e2a\u503c\uff09\u3002 \u8bed\u6cd5 BETWEEN start_value AND end_value \u5176\u4e2d\uff1a start_value \u662f\u5f00\u59cb\u503c\uff08\u542b\uff09\u3002 end_value \u662f\u7ed3\u675f\u503c\uff08\u542b\uff09\u3002 \u4f7f\u7528\u65b9\u6cd5 \u8981\u4f7f\u7528 BETWEEN \u8fd0\u7b97\u7b26\uff0c\u8bf7\u6309\u7167\u4ee5\u4e0b\u6b65\u9aa4\u64cd\u4f5c\uff1a \u5728\u67e5\u8be2\u4e2d\uff0c\u6307\u5b9a\u8981\u68c0\u67e5\u7684\u5217\u3002 \u4f7f\u7528 BETWEEN \u8fd0\u7b97\u7b26\uff0c\u6307\u5b9a\u5f00\u59cb\u503c\u548c\u7ed3\u675f\u503c\u3002 \u793a\u4f8b \u4ee5\u4e0b\u67e5\u8be2\u67e5\u627e\u5728 2023-01-01 \u548c 2023-03-31 \u4e4b\u95f4\u521b\u5efa\u7684\u6240\u6709\u8ba2\u5355\uff1a SELECT * FROM orders WHERE order_date BETWEEN &#8216;2023-01-01&#8217; AND &#8216;2023-03-31&#8217;; [&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-5966","post","type-post","status-publish","format-standard","hentry","category-16"],"_links":{"self":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/5966","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=5966"}],"version-history":[{"count":0,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/posts\/5966\/revisions"}],"wp:attachment":[{"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/media?parent=5966"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/categories?post=5966"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/fwq.ai\/blog\/wp-json\/wp\/v2\/tags?post=5966"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}