Hello!
Considering a two column table
-------------------------
| DOB | Age |
-------------------------
|yyyy-mm-dd | Xy-Yd-Zd |
-------------------------
| | |
Using a UDF, I would like to force calculate Age every time the record is accessed.
Sorry if it is not clear.
Thanks in advance!
Considering a two column table
-------------------------
| DOB | Age |
-------------------------
|yyyy-mm-dd | Xy-Yd-Zd |
-------------------------
| | |
Using a UDF, I would like to force calculate Age every time the record is accessed.
Sorry if it is not clear.
Thanks in advance!
Comment