Subject | stored procedure for a computed field? |
---|---|
Author | |
Post date | 2014-03-27T07:44:53Z |
I have a stored procedure to calculate an indication of a record's age. It return "over 100 days ago" or "over 3 months ago" or ... Call it GetAgeMsg(myTS).
Can I use a stored procedure to calculate a computed field for FB 2.5.x? If so what is the syntax?
Many thanks.