I have created a function in mysql but when I call it using: SELECT myFunction(3);
it says it does not exist. I checked my server and it is in there. I have also tried this also:
INSERT INTO myTable(num, num2) VALUES (15, (SELECT myFunction(15)));
Is this right and how do I tell mysql the file does exist