随笔分类 -  oracle

摘要:package JDBC; import java.sql.Clob; import java.sql.Connection; import java.sql.DriverManager; import java.sql.PreparedStatement; import java.sql.Resu 阅读全文
posted @ 2020-03-19 17:16 SilentKiller 阅读(1581) 评论(0) 推荐(0)
摘要:创建函数: SQL用例: 前台: md5 js: 后台: 阅读全文
posted @ 2019-11-01 10:00 SilentKiller 阅读(322) 评论(0) 推荐(0)
摘要:原地址:https://www.cnblogs.com/mysterious-killer/p/11671741.html (防止) 导出: 不要数据的:exp username/pwd@localhost:1521/orcl file=f:/backup.dmp rows=n 要数据的:exp u 阅读全文
posted @ 2019-10-14 15:31 SilentKiller 阅读(932) 评论(0) 推荐(0)
摘要:1、查看你删除的是哪张表(SQL 中的时间是删表时的时间 (我删表的时间 大概是:2019-08-16 08:47:00 之后 )): select * from user_recyclebin where DROPTIME >'2019-08-16 08:47:00'; (DROPTOME 为删除 阅读全文
posted @ 2019-08-16 14:56 SilentKiller 阅读(1881) 评论(0) 推荐(1)