上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 80 下一页
摘要: 【MySQL】常用拼接语句 前言:在MySQL中 CONCAT ()函数用于将多个字符串连接成一个字符串,利用此函数我们可以将原来一步无法得到的sql拼接出来,在工作中也许会方便很多,下面主要介绍下几个常用的场景。 注:适用于5.7版本 低版本可能稍许不同。 #########PS: mysql 查 阅读全文
posted @ 2019-10-14 17:43 feiyun8616 阅读(986) 评论(0) 推荐(0) 编辑
摘要: ORA-20000:ORU-10027:buffer overflow,limit of 2000 bytes. https://www.cnblogs.com/aipan/p/5306613.html oracle存储过程中ORA-01403: 未找到数据 问题解决方法 https://blog. 阅读全文
posted @ 2019-10-08 17:47 feiyun8616 阅读(134) 评论(0) 推荐(0) 编辑
摘要: ###sample A primary B STANDBY C STANDBY 问题A 库一直报错 ORA-16009: remote archive log destination must be a STANDBY 经过检查,B库的容灾库归档指向有问题。导致一直向着A库写归档日志。 SQL> s 阅读全文
posted @ 2019-10-01 20:17 feiyun8616 阅读(185) 评论(0) 推荐(0) 编辑
摘要: https://www.jb51.net/article/96394.htm 1.直接输入sql执行 MySQL> select now(); + + | now() | + + | 2013-09-18 13:55:45 | + + 1 row in set (0.00 sec) 2.执行编写好的 阅读全文
posted @ 2019-09-25 14:23 feiyun8616 阅读(10788) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/qmfsun/p/4838032.htmlMySQL命令执行sql文件的两种方法 https://www.cnblogs.com/mark-chan/p/5384139.html CREATE PROCEDURE GreetWorld() SELECT 阅读全文
posted @ 2019-09-16 18:32 feiyun8616 阅读(181) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/HondaHsu/p/3641116.html https://www.cnblogs.com/HondaHsu/p/3641183.html https://www.cnblogs.com/HondaHsu/p/3641190.html 阅读全文
posted @ 2019-09-16 18:01 feiyun8616 阅读(198) 评论(0) 推荐(0) 编辑
摘要: MySQL is adding more tools to monitor its internals with every new release, but one thing it still lacks is a way to find out who is locking what, and 阅读全文
posted @ 2019-09-13 23:41 feiyun8616 阅读(496) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/joyny/p/11176643.html https://community.oracle.com/thread/4096458 import java.io.PrintStream;import java.sql.*;import java.uti 阅读全文
posted @ 2019-09-12 14:23 feiyun8616 阅读(331) 评论(0) 推荐(0) 编辑
摘要: https://www.cnblogs.com/saneri/p/7772641.html 阅读全文
posted @ 2019-09-05 16:25 feiyun8616 阅读(154) 评论(0) 推荐(0) 编辑
摘要: https://blog.csdn.net/ljj950408/article/details/83902972 百度下载 http://www.51ape.com/ape/154.html 阅读全文
posted @ 2019-09-02 23:02 feiyun8616 阅读(220) 评论(0) 推荐(0) 编辑
上一页 1 ··· 15 16 17 18 19 20 21 22 23 ··· 80 下一页