会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
梦幻朵颜 Joyce Zhu
QQ: 179657283
https://github.com/zhuwenjoyce
https://gitlab.com/zhuwenjoyce
博客园
首页
新随笔
联系
管理
2022年6月2日
MySql 的@符号定义一个变量在sql里的占位符作用
摘要: set @orderNo := 'order3'; 先定义一个@开头的变量值为 order3 SELECT * t_order WHERE order_no = @orderNo; 查询订单号为 order3 的订单 DELETE FROM t_order WHERE order_no = @ord
阅读全文
posted @ 2022-06-02 08:44 梦幻朵颜
阅读(201)
评论(0)
推荐(0)
编辑