mysql 存储过程 想加入 表名的参数
BeginINSERTINTOt_Avgtime(site)SELECTdistinctSitefromt_diaoyonglian0703whereSitenotlik...
Begin
INSERT INTO t_Avgtime(site)
SELECT distinct Site from t_diaoyonglian0703 where Site not like 'R%';
UPDATE t_avgtime SET date=S_Date where date is null;
END 表中参数 为S_date 想加入tablename参数 在 SELECT distinct Site from ...
使用concat 还是使用其他的,另外加入参数 表名, 其他参数 也需要修改格式吗 展开
INSERT INTO t_Avgtime(site)
SELECT distinct Site from t_diaoyonglian0703 where Site not like 'R%';
UPDATE t_avgtime SET date=S_Date where date is null;
END 表中参数 为S_date 想加入tablename参数 在 SELECT distinct Site from ...
使用concat 还是使用其他的,另外加入参数 表名, 其他参数 也需要修改格式吗 展开
1个回答
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询