Functions With SQL
Functions With SQL
Can I use delphi function or custom function in SQL statement is TmyQuery?
It is impossible to use Delphi functions inside SQL statement. You can create your own function on the MySQL Server and then use it in SQL statements. Please see this topic of MySQL Server Reference Manual for details.