Edit by browser

This commit is contained in:
杨茂林 2022-02-19 23:03:34 +08:00
parent b34c49662b
commit 59c1a8bfb1
1 changed files with 6 additions and 8 deletions

View File

@ -1,12 +1,10 @@
/*
(1)create function语句创建符合以下要求的函数
()
Count_Records:*/
use covid19mon;
set global log_bin_trust_function_creators=1;
/*
(2) SQL语句查询在行程表中至少有3条行程记录的人员信息*/
create function语句创建符合以下要求的函数
get_Records:*/