mysql 的存储过程变量怎么在 sql 中使用?
in_tjnd varchar() ----入参
str_where varchar();
if in_tjnd<>'' then
str_where =' tjnd='|| in_tjnd ;
end if;
select * from user where 1=1
str_where
就是下面有好多地方都用到这个条件,怎么样才能把个 str_where 放到sql语句才对,谢谢
------解决方案--------------------我也遇到这个问题了,怎么没人回答啊,楼主,解决了吗?怎么解决的?