摘要:
在终端输入:cd /ho 按tab键时,显示错误: bash: cannot create temp file for here-document: No space left on device 这是由于该磁盘的空间已经满了,这时候可以进行扩容,或者将该磁盘的部分目录迁移到别的磁盘。 以下为解决思 阅读全文
摘要:
从SqlServer,mysql,Oracle数据库新增国产数据库达梦数据库支持的过程中,发现达梦真的是大杂烩啊。。。 1、SqlServer中支持Top 关键字 select top 5 * from table_a; 2、mysql数据库支持limit关键字 select * from tabl 阅读全文