随笔分类 - Oracle&MySql
摘要:MySQL数据表损坏导致服务无法启动的问题处理笔记
阅读全文
摘要:Navicat Premium 连接MySQL数据库出现Authentication plugin 'caching_sha2_password' cannot be loaded的解决方案
阅读全文
摘要:先下载ADO.NET2.0 Provider for SQLite。下载binaries zip版就可以了。下载完后解压缩,可以在bin目录下找到System.Data.SQLite.DLL。在vs2008中用Add Refrence功能把System.Data.SQLite.DLL加到工程里就可以
阅读全文
摘要:select * from emp where deptno = 30; select ename,empno,deptno from emp WHERE job = 'CLERK'; select * from emp where comm > sal; select * from emp whe
阅读全文