update@2016-08-10 11:37:04

This commit is contained in:
guobao.jiang 2016-08-10 11:37:05 +08:00
parent 9a6f4f92c4
commit 7fd6874480
1 changed files with 3 additions and 0 deletions

View File

@ -15,3 +15,6 @@ select month(`createTime`), count(*) from `Ele_Config_Package` where year(create
ALTER TABLE `Ele_Scene_Lock` CHANGE COLUMN `scene` `scene` VARCHAR(128);
ALTER TABLE `Ele_Scene_Lock` MODIFY `scene` VARCHAR(128);
# 两个表通过id关联
select * from `Ele_Content_Config` where eleId in (select eleId from Ele_Config where `eleScene` = 'appconfigtool');