摘要: 以下内容是来自网上资料的摘抄,原文参考地址:https://blog.csdn.net/chinafire525/article/details/91370550 MySQL变量一共分为两大类,用户自定义变量和系统变量。如下: 用户自定义变量 局部变量 会话变量 系统变量 会话变量 全局变量 用户变 阅读全文
posted @ 2020-11-18 01:28 枫雪奕 阅读(542) 评论(0) 推荐(0) 编辑
摘要: 日期转字符串 // Oracle to_char(sysdate,'yyyy-MM-dd HH24:mm:ss') // MySQL select date_format(now(),'%Y-%m-%d %H:%i:%s') 数字转字符串 //Oracle to_char(1) //MySQL se 阅读全文
posted @ 2020-11-18 00:47 枫雪奕 阅读(126) 评论(0) 推荐(0) 编辑