码迷,mamicode.com
首页 > 数据库 > 详细

数据库组合

时间:2015-02-05 10:53:04      阅读:128      评论:0      收藏:0      [点我收藏+]

标签:

1.

技术分享

技术分享

insert into smar_attr select id+1,concat(st,id+1),#1112fasd1 from smar_attr order by id DESC limit 1
例如  需求:
      ID      其他字段
     id20150207001    XXXX
         id20150207002     XXXX
 
解决方法:
  ID             charID    其他字段
  1       id1      xxxxxx
  2       id2      xxxxxx
  3       id3      xxxxxx
  4       id4      xxxxxx

数据库组合

标签:

原文地址:http://www.cnblogs.com/subtract/p/4274051.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!