Calling a routine.

[expired user #7404]'s profile image [expired user #7404] posted 10 years ago in General Permalink
I've got a stored routine containing some parameters. I execute in a query tab something like this:

call qqqqq('rgtiuhriu','rtgoij',123);

The routine exists and I can edit it. When I try to run it I get an saying it doesn't exist. The routine is configured to retun an int. I'd like to think I can use it as a simple call disregarding the return value. The fact that it tells me it doesn't exist is puzzling. I have another routine which takes no parameters and doesn't return a value and that works okay.

Clearly I'm doing something wrong. Any suggestions?
[expired user #7404]'s profile image [expired user #7404] posted 10 years ago Permalink
Sorry, my bad!

I should be using:

select qqqqq("rgtiuhrgiu", "rgtiojiojeroifjer", 12333);

Please login to leave a reply, or register at first.