摘要:
instr()/lower()/replace()/substr()/las_day: – 1.用 instr() 函数查找w在hello world短语中出现的字符位置 ** select instr(‘hello word’,‘w’); – 2.用 lower() 函数将HELLO转换为小写,用 阅读全文
摘要:
具体不多说,直接上代码。欢迎一起交流和学习。 创建一个按月创建表的存储过程,SQL语句如下: 登录后复制 DELIMITER // DROP PROCEDURE IF EXISTS create_table_by_month // CREATE PROCEDURE `create_table_by_ 阅读全文