Re: FN-FORUM: MySQL Query Problems
date posted 31st January 2006 15:38
[EMAIL REMOVED] wrote:
>Does MySQL have the ability to built queries into the DB? I didn't think
>it could have them?
>
>
>
No, it doesn't- certainly not in the older versions, which are fine for
basic stuff but only just count as databases for anything more than
that- but you can use complex SQL and built in database functions where
possible and it will still work faster than doing it in your PHP or ASP
or whatever. It's not like having stored procedures, but better than nowt.