From 6b6fe5dfb9e54edd38fc37e6b5835e28176622fe Mon Sep 17 00:00:00 2001 From: Mars Liu Date: Wed, 8 Jun 2022 19:42:43 +0800 Subject: [PATCH] functions for date and time --- .../create_user.json" | 2 +- .../config.json" | 0 .../config.json" | 0 .../config.json" | 0 .../config.json" | 0 .../config.json" | 16 +++++++ .../curtime.json" | 7 +++ .../curtime.md" | 43 +++++++++++++++++++ .../day.json" | 7 +++ .../day.md" | 30 +++++++++++++ .../now.json" | 7 +++ .../now.md" | 31 +++++++++++++ .../to_days.json" | 7 +++ .../to_days.md" | 25 +++++++++++ .../weekday.json" | 7 +++ .../weekday.md" | 25 +++++++++++ .../weekofyear.json" | 7 +++ .../weekofyear.md" | 37 ++++++++++++++++ .../config.json" | 0 .../config.json" | 0 .../dump.json" | 2 +- data/tree.json | 12 +++++- 22 files changed, 262 insertions(+), 3 deletions(-) rename "data/2.MySQL\344\270\255\351\230\266/3.\347\263\273\347\273\237\345\207\275\346\225\260/1.MySQL\344\277\241\346\201\257\347\233\270\345\205\263/config.json" => "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/1.MySQL\344\277\241\346\201\257\347\233\270\345\205\263/config.json" (100%) rename "data/2.MySQL\344\270\255\351\230\266/3.\347\263\273\347\273\237\345\207\275\346\225\260/2.\351\224\201\347\233\270\345\205\263/config.json" => "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/2.\351\224\201\347\233\270\345\205\263/config.json" (100%) rename "data/2.MySQL\344\270\255\351\230\266/3.\347\263\273\347\273\237\345\207\275\346\225\260/3.JSON\345\207\275\346\225\260/config.json" => "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/3.JSON\345\207\275\346\225\260/config.json" (100%) rename "data/2.MySQL\344\270\255\351\230\266/3.\347\263\273\347\273\237\345\207\275\346\225\260/4.\347\252\227\345\217\243\345\207\275\346\225\260/config.json" => "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/4.\347\252\227\345\217\243\345\207\275\346\225\260/config.json" (100%) create mode 100644 "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/config.json" create mode 100644 "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/curtime.json" create mode 100644 "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/curtime.md" create mode 100644 "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/day.json" create mode 100644 "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/day.md" create mode 100644 "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/now.json" create mode 100644 "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/now.md" create mode 100644 "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/to_days.json" create mode 100644 "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/to_days.md" create mode 100644 "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/weekday.json" create mode 100644 "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/weekday.md" create mode 100644 "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/weekofyear.json" create mode 100644 "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/weekofyear.md" rename "data/2.MySQL\344\270\255\351\230\266/3.\347\263\273\347\273\237\345\207\275\346\225\260/5.\345\205\266\345\256\203\345\207\275\346\225\260/config.json" => "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/6.\345\205\266\345\256\203\345\207\275\346\225\260/config.json" (100%) rename "data/2.MySQL\344\270\255\351\230\266/3.\347\263\273\347\273\237\345\207\275\346\225\260/config.json" => "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/config.json" (100%) diff --git "a/data/2.MySQL\344\270\255\351\230\266/10.\347\224\250\346\210\267\345\222\214\346\235\203\351\231\220/1.\345\210\233\345\273\272\346\231\256\351\200\232\347\224\250\346\210\267/create_user.json" "b/data/2.MySQL\344\270\255\351\230\266/10.\347\224\250\346\210\267\345\222\214\346\235\203\351\231\220/1.\345\210\233\345\273\272\346\231\256\351\200\232\347\224\250\346\210\267/create_user.json" index c49ffef..0cbe774 100644 --- "a/data/2.MySQL\344\270\255\351\230\266/10.\347\224\250\346\210\267\345\222\214\346\235\203\351\231\220/1.\345\210\233\345\273\272\346\231\256\351\200\232\347\224\250\346\210\267/create_user.json" +++ "b/data/2.MySQL\344\270\255\351\230\266/10.\347\224\250\346\210\267\345\222\214\346\235\203\351\231\220/1.\345\210\233\345\273\272\346\231\256\351\200\232\347\224\250\346\210\267/create_user.json" @@ -3,5 +3,5 @@ "author": "ccat", "source": "create_user.md", "notebook_enable": false, - "exercise_id": "b64ebf99bff14f69b2ef92049bb7b57c" + "exercise_id": "70eadd97073640d5ac486898c7294d34" } \ No newline at end of file diff --git "a/data/2.MySQL\344\270\255\351\230\266/3.\347\263\273\347\273\237\345\207\275\346\225\260/1.MySQL\344\277\241\346\201\257\347\233\270\345\205\263/config.json" "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/1.MySQL\344\277\241\346\201\257\347\233\270\345\205\263/config.json" similarity index 100% rename from "data/2.MySQL\344\270\255\351\230\266/3.\347\263\273\347\273\237\345\207\275\346\225\260/1.MySQL\344\277\241\346\201\257\347\233\270\345\205\263/config.json" rename to "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/1.MySQL\344\277\241\346\201\257\347\233\270\345\205\263/config.json" diff --git "a/data/2.MySQL\344\270\255\351\230\266/3.\347\263\273\347\273\237\345\207\275\346\225\260/2.\351\224\201\347\233\270\345\205\263/config.json" "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/2.\351\224\201\347\233\270\345\205\263/config.json" similarity index 100% rename from "data/2.MySQL\344\270\255\351\230\266/3.\347\263\273\347\273\237\345\207\275\346\225\260/2.\351\224\201\347\233\270\345\205\263/config.json" rename to "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/2.\351\224\201\347\233\270\345\205\263/config.json" diff --git "a/data/2.MySQL\344\270\255\351\230\266/3.\347\263\273\347\273\237\345\207\275\346\225\260/3.JSON\345\207\275\346\225\260/config.json" "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/3.JSON\345\207\275\346\225\260/config.json" similarity index 100% rename from "data/2.MySQL\344\270\255\351\230\266/3.\347\263\273\347\273\237\345\207\275\346\225\260/3.JSON\345\207\275\346\225\260/config.json" rename to "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/3.JSON\345\207\275\346\225\260/config.json" diff --git "a/data/2.MySQL\344\270\255\351\230\266/3.\347\263\273\347\273\237\345\207\275\346\225\260/4.\347\252\227\345\217\243\345\207\275\346\225\260/config.json" "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/4.\347\252\227\345\217\243\345\207\275\346\225\260/config.json" similarity index 100% rename from "data/2.MySQL\344\270\255\351\230\266/3.\347\263\273\347\273\237\345\207\275\346\225\260/4.\347\252\227\345\217\243\345\207\275\346\225\260/config.json" rename to "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/4.\347\252\227\345\217\243\345\207\275\346\225\260/config.json" diff --git "a/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/config.json" "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/config.json" new file mode 100644 index 0000000..43c74f1 --- /dev/null +++ "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/config.json" @@ -0,0 +1,16 @@ +{ + "node_id": "mysql-a7006c27131d4b87817a59717db7021c", + "keywords": [], + "children": [], + "export": [ + "day.json", + "curtime.json", + "weekofyear.json", + "weekday.json", + "to_days.json", + "now.json" + ], + "keywords_must": [], + "keywords_forbid": [], + "group": 1 +} \ No newline at end of file diff --git "a/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/curtime.json" "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/curtime.json" new file mode 100644 index 0000000..e053c67 --- /dev/null +++ "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/curtime.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": null, + "source": "curtime.md", + "notebook_enable": false, + "exercise_id": "bc88844a66244492947e98da40709619" +} \ No newline at end of file diff --git "a/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/curtime.md" "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/curtime.md" new file mode 100644 index 0000000..fa42004 --- /dev/null +++ "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/curtime.md" @@ -0,0 +1,43 @@ +# 当前时间 + +Joe 需要在程序中获取当前时间,但是不包含日期部分。下列哪些函数可以提供这个功能? + +1. now() +2. curtime() +3. sysdate() +4. current_time() +5. current_timestamp() + +## 答案 + +``` +2, 4 +``` + +## 选项 + +### A + +``` +1, 2, 3, 4 +``` + +### B + +全都可以 + +### C + +全部都错 + +### D + +``` +4, 5 +``` + +### E + +``` +1, 2 +``` diff --git "a/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/day.json" "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/day.json" new file mode 100644 index 0000000..c46b47d --- /dev/null +++ "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/day.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "ccat", + "source": "day.md", + "notebook_enable": false, + "exercise_id": "b64ebf99bff14f69b2ef92049bb7b57c" +} \ No newline at end of file diff --git "a/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/day.md" "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/day.md" new file mode 100644 index 0000000..3bd35f8 --- /dev/null +++ "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/day.md" @@ -0,0 +1,30 @@ +# DAY + +Joe 需要从日期中提取当天是几号,下列哪些函数可以实现这个功能? + +1. DAY +2. DAYOFMONTH +3. DAYOFYEAR +4. TO_DAYS + +## 答案 + +1 和 2 + +## 选项 + +### A + +只有 1 + +### B + +只有 2 + +### C + +都不对 + +### D + +全都可以 \ No newline at end of file diff --git "a/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/now.json" "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/now.json" new file mode 100644 index 0000000..979d1dc --- /dev/null +++ "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/now.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "ccat", + "source": "now.md", + "notebook_enable": false, + "exercise_id": "f628db00fb904159a301551adc981d78" +} \ No newline at end of file diff --git "a/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/now.md" "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/now.md" new file mode 100644 index 0000000..da25a86 --- /dev/null +++ "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/now.md" @@ -0,0 +1,31 @@ +# 当前时间 + +Joe 在程序中获取当前时间,下面哪个函数*不*能满足要求? + +1. now() +2. sysdate() +3. CURRENT_TIMESTAMP() +4. LOCALTIME() +5. current() + +## 答案 + +5 + +## 选项 + +### A + +1 + +### B + +2 + +### C + +3 + +### D + +4 diff --git "a/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/to_days.json" "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/to_days.json" new file mode 100644 index 0000000..dfa5474 --- /dev/null +++ "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/to_days.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "ccat", + "source": "to_days.md", + "notebook_enable": false, + "exercise_id": "c48b730d0d0f4347969e1c9375efd3c1" +} \ No newline at end of file diff --git "a/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/to_days.md" "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/to_days.md" new file mode 100644 index 0000000..3910fbf --- /dev/null +++ "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/to_days.md" @@ -0,0 +1,25 @@ +# TO_DAYS + +TO_DAYS 函数返回的是? + +## 答案 + +给定时间到 0000 年 1 月 1 日的天数。 + +## 选项 + +### A + +给定时间到 1970 年 1 月 1 日的天数。 + +### B + +都不对 + +### C + +当前时间到 0000 年 1 月 1 日的天数。 + +### D + +当前时间到 1970 年 1 月 1 日的天数。 diff --git "a/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/weekday.json" "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/weekday.json" new file mode 100644 index 0000000..6eaf465 --- /dev/null +++ "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/weekday.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "ccat", + "source": "weekday.md", + "notebook_enable": false, + "exercise_id": "92dc6edd3bbb43969147763a3298bbea" +} \ No newline at end of file diff --git "a/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/weekday.md" "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/weekday.md" new file mode 100644 index 0000000..ba83192 --- /dev/null +++ "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/weekday.md" @@ -0,0 +1,25 @@ +# WeekDay + +Joe 想要用 weekday 生成每周分析报表,这个函数会将如期映射为整数,当 weekday 返回 0 ,代表周几? + +## 答案 + +周一 + +## 选项 + +### A + +周日 + +### B + +周六 + +### C + +全都不是 + +### D + +视时区不同而变 \ No newline at end of file diff --git "a/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/weekofyear.json" "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/weekofyear.json" new file mode 100644 index 0000000..6e9820b --- /dev/null +++ "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/weekofyear.json" @@ -0,0 +1,7 @@ +{ + "type": "code_options", + "author": "ccat", + "source": "now.md", + "notebook_enable": false, + "exercise_id": "5ef9bfa0d9b34219941e4b833fa54e77" +} \ No newline at end of file diff --git "a/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/weekofyear.md" "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/weekofyear.md" new file mode 100644 index 0000000..90144a7 --- /dev/null +++ "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/5.\346\227\266\351\227\264\346\227\245\346\234\237\345\207\275\346\225\260/weekofyear.md" @@ -0,0 +1,37 @@ +# WEEK OF YEAR + +下列函数中,哪些可以获取给定时间在一年中的第几周? + +1. week +2. weekofyear +3. weekday +4. dayofyear +5. dayofweek + +## 答案 + +``` +1, 2 +``` + +## 选项 + +### A + +``` +1, 2, 3, 4 +``` + +### B + +全部都是 + +### C + +全都不是 + +### D + +``` +1, 2, 3, 5 +``` \ No newline at end of file diff --git "a/data/2.MySQL\344\270\255\351\230\266/3.\347\263\273\347\273\237\345\207\275\346\225\260/5.\345\205\266\345\256\203\345\207\275\346\225\260/config.json" "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/6.\345\205\266\345\256\203\345\207\275\346\225\260/config.json" similarity index 100% rename from "data/2.MySQL\344\270\255\351\230\266/3.\347\263\273\347\273\237\345\207\275\346\225\260/5.\345\205\266\345\256\203\345\207\275\346\225\260/config.json" rename to "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/6.\345\205\266\345\256\203\345\207\275\346\225\260/config.json" diff --git "a/data/2.MySQL\344\270\255\351\230\266/3.\347\263\273\347\273\237\345\207\275\346\225\260/config.json" "b/data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/config.json" similarity index 100% rename from "data/2.MySQL\344\270\255\351\230\266/3.\347\263\273\347\273\237\345\207\275\346\225\260/config.json" rename to "data/2.MySQL\344\270\255\351\230\266/3.\345\206\205\347\275\256\345\207\275\346\225\260/config.json" diff --git "a/data/2.MySQL\344\270\255\351\230\266/9.\345\244\207\344\273\275\344\270\216\346\201\242\345\244\215/1.\346\225\260\346\215\256\345\257\274\345\205\245\345\222\214\345\257\274\345\207\272/dump.json" "b/data/2.MySQL\344\270\255\351\230\266/9.\345\244\207\344\273\275\344\270\216\346\201\242\345\244\215/1.\346\225\260\346\215\256\345\257\274\345\205\245\345\222\214\345\257\274\345\207\272/dump.json" index 4dcc5d8..5388371 100644 --- "a/data/2.MySQL\344\270\255\351\230\266/9.\345\244\207\344\273\275\344\270\216\346\201\242\345\244\215/1.\346\225\260\346\215\256\345\257\274\345\205\245\345\222\214\345\257\274\345\207\272/dump.json" +++ "b/data/2.MySQL\344\270\255\351\230\266/9.\345\244\207\344\273\275\344\270\216\346\201\242\345\244\215/1.\346\225\260\346\215\256\345\257\274\345\205\245\345\222\214\345\257\274\345\207\272/dump.json" @@ -1,6 +1,6 @@ { "type": "code_options", - "author": null, + "author": "Mars", "source": "dump.md", "notebook_enable": false, "exercise_id": "d581e2fe632b4737b6da553bd6455ed7" diff --git a/data/tree.json b/data/tree.json index 43451e3..b1f2e5c 100644 --- a/data/tree.json +++ b/data/tree.json @@ -836,7 +836,7 @@ } }, { - "系统函数": { + "内置函数": { "node_id": "mysql-f436539236694bb9a4014de11e06ad82", "keywords": [], "children": [ @@ -889,6 +889,16 @@ "group": 0 } }, + { + "时间日期函数": { + "node_id": "mysql-a7006c27131d4b87817a59717db7021c", + "keywords": [], + "children": [], + "keywords_must": [], + "keywords_forbid": [], + "group": 1 + } + }, { "其它函数": { "node_id": "mysql-f2fe15b77d5d4ecb92e2840e8b831af2", -- GitLab