随笔分类 - Oracle
摘要:数据库时间戳转换输出 select TO_CHAR(lxsj,'YYYY-MM-DD HH24:MI:SS'),td.* from td数据库时间戳输入 insert into table values( to_timestamp('" + DateTime....
阅读全文
摘要:PagerAttributes.FieldCollection 列名 PagerAttributes.TableName 表名 PagerAttributes.SortFieldName 排序列名 PagerAttributes.SortDirection...
阅读全文
摘要:查询及删除重复记录的SQL语句1、查找表中多余的重复记录,重复记录是根据单个字段(Id)来判断 select * from 表 where Id in (select Id from 表 group byId having count(Id) > 1)2、删除表中多余的重复记录,重复记录是根据单个字...
阅读全文

浙公网安备 33010602011771号