摘要: CREATE DEFINER=`ggs`@`%` PROCEDURE `auto_create_salesman_location`()BEGINDECLARE table_prefix VARCHAR(100);DECLARE table_suffix BIGINT;DECLARE table_n 阅读全文
posted @ 2017-11-10 15:46 tonggc1668 阅读(119) 评论(0) 推荐(0)
摘要: use wms; drop table if exists riv_outbound_notice_statistics;-- 增加出库通知单统计表CREATE TABLE `riv_outbound_notice_statistics` ( `ONS_ID` int(10) NOT NULL AU 阅读全文
posted @ 2017-11-10 15:41 tonggc1668 阅读(134) 评论(0) 推荐(0)