Posted by Tobin Harris on 09/28/00 11:19
Hi there,
I'm trying to create an sql script with something like this in MySql
(4.1.1a-nt)..
if @some_var = 1 then
update blah set col = 'a';
end if;
I've tried lots of variations but can't get it to work due to syntax error.
Any ideas?
Thanks in advance
Tobes
Navigation:
[Reply to this message]
|