Database Stored Function Editor
The RazorSQL stored function editor allows users to edit stored functions in various databases. At this time, RazorSQL supports editing functions for the following databases:
DB2
Informix
MS SQL Server
MySQL
Oracle
PostgreSQL
The function editor is aware of syntax highlighting and function / system procedure information for Oracle PL/SQL, MS SQL Server Transact-SQL, DB2 SQL PL, and MySQL.
The procedure editor retrieves the contents of the function from the database, and then generates the drop and create statements for the function. The editor provides function lookup, and auto table and column lookup. Shown below is an example image for a MySQL function.