Hi
I have gone through MySQL functions .
What I don't understand is where to use function . Can I call a function in SELECT query ?
something like this ..
SELECT COLUMN1 , COLUMN2 , myfunc(COLUMN3) from mytable
Can you please tell if this is a valid syntax ? if not how to invoke a function in select query ?



Reply With Quote
Bookmarks