User Defined Function. Small snippets of code that enhnace the database engine.
Blog of the day
UDF’s are User Defined Function. Small snippets of code that enhnace the database engine. They are very userful for Stored Procedures.
I need to learn them as Firebird does not have any of these quality functions
COALESCE (GOD FUNCTION)
DATEFLOOR (Because date comparison is a nightmare when every date has a time component)
and other such things.
Wish me luck
Coalesce is implemented in FB 1.5, why is he using 1.0 today?
Also, about date diffs, he should take a look at:
http://www.fbtalk.net/viewtopic.php?id=189