数据库
wjw806
这个作者很懒,什么都没留下…
展开
-
Mysql 随机获取单条或多条数据
SELECT * FROM table_name as t1 WHERE t1.id>=(RAND()*(SELECT MAX(id) FROM table_name))LIMIT 1;原创 2020-09-30 21:28:48 · 117 阅读 · 0 评论 -
使用Oracle连接池错误 Cannot create PoolableConnectionFactory(Io 异常: The Network Adapter could not establish the connection )的解决方法
Cannot create PoolableConnectionFactory(Io 异常: The Network Adapter could not establish the connection )最近使用ORACLE数据库作项目,创建连接池的时候出现Cannot create PoolableConnectionFactory(Io 异常: The Network Ada原创 2008-08-02 00:12:00 · 17483 阅读 · 8 评论 -
C# 读取和写入oracle的blob字段的方法
//向数据库中写入 private void button1_Click(object sender, EventArgs e) { oracleConnection1.Open(); OracleCommand cmd = new OracleCommand("UPDATE TES原创 2009-11-06 13:35:00 · 10084 阅读 · 0 评论 -
mysql5.7.13 winx64解压缩版安装配置教程
这篇文章主要为大家详细介绍了mysql5.7.13 winx64解压缩版安装配置教程,具有一定的参考价值,感兴趣的小伙伴们可以参考一下记录了mysql 5.7.13winx64解压缩版安装教程,具体内容如下系统环境:Windows10 x64软件准备:MySQL 5.7.13 winx64mysql5.7.13下载地址https://download.csdn.net/downlo...转载 2018-09-27 22:12:12 · 556 阅读 · 7 评论