随笔分类 - MySQL
摘要:create database sonar character set utf8 collate utf8_general_ci; flush privileges; grant all privileges on sonar.* to 'sonar'@'%'identified by 'sonar
阅读全文
摘要:CREATE DEFINER=`root`@`%` PROCEDURE `p_phone_comments`()
BEGIN
#################################自动计算手机样本内容属于哪一类型的评价因子的过程#############################################
#@author Ivan 2862099249@qq.com
#@...
阅读全文
摘要:拷贝表,并且复制两条数据到新表中 create table t_comments_sample2 like t_comments_sample; #拷贝表结构
insert into t_comments_sample2 select * from t_comments_sample limit 1,2;#复制两条数据 MySQL Workbench执行Procedure报错
错误截图:
...
阅读全文

浙公网安备 33010602011771号