java-jsonlib

image

image

INSERT INTO `goods`
SELECT
  MD5(RAND()),
  `locale`,
  `category`,
  `name`,
  `pcode`,
  `image`,
  `intro`,
  `details`,
  `price`,
  `mprice`,
  `weight`,
  `inventory`,
  `invstatus`,
  `minbuy`,
  `hassold`,
  `ctime`,
  `utime`,
  `status`,
  `csort`,
  `keywords`,
  `aftersales`,
  `invoice`,
  `warranty`,
  `logistemp`,
  `manager`
FROM
  `e6mall`.`goods` ;

SELECT COUNT(id)FROM`goods`

原文地址:https://www.cnblogs.com/stay-sober/p/4311121.html