随笔分类 -  数据库学习

SQL中replace函数
摘要:昨天做修改操作时用到了replace函数--备份表create table ac01_20150105 as select * from ac01;create table ac01_dy_20150105 as select * from ac01_dy;create table cjscrz_2... 阅读全文
posted @ 2015-01-06 10:46 BUG易 阅读(1023) 评论(0) 推荐(0)
数据库_初学语句 in的用法
摘要:之前因为需要 在长传日志表中通过上传时间查询基础信息表 用到了这些语句--根据公司查上传时间select distinct aae036 from CJSCRZ where CJGS='A'--根据上传时间查乡镇编号select distinct aae030 from CJSCRZ wher... 阅读全文
posted @ 2015-01-04 15:33 BUG易 阅读(2031) 评论(0) 推荐(0)