51
Dev开发社区
首页
文章
问答
工具
搜索
登录
注册
#做表名
MYSQL存储过程中 使用变量 做表名
1DECLAREtemp1varchar(30);2DECLAREtemp2int;3settemp1=m_tableName;4settemp2=m_maxCount;5set@sqlStr=CONCAT('select*from',temp1,'limit',temp2);6PREPAREstmtfrom@sqlS...
代码星球
·
2020-08-05
MYSQL
存储
过程中
使用
变量
按字母分类:
A
B
C
D
E
F
G
H
I
J
K
L
M
N
O
P
Q
R
S
T
U
V
W
X
Y
Z
其他