DERIVED FIELD autocalculation

  • I am creating a table for a student database. I had the Dateofbirth field, I want to have anotehr DERIVED field called AGE where I can automaticall generate that field. How do i create it so that i can auto calculate the age and keep track of the age by the seconds, minutes, hours, days,

  • A computed column can be spedified by one unit of calculation. It could be one of seconds, minutes, hours, days and years.

    You can achieve any formt by using datediff function in query without derived field in table.

Viewing 2 posts - 1 through 1 (of 1 total)

You must be logged in to reply to this topic. Login to reply