Depending on the format of the age column, you can limit the results by checking to see if the age is equal to or greater than the current year - 4.
Ex if column is DateTime/SmallDateTime datatype:SELECT * FROM <table> WHERE YEAR(<asset age column>) >= 2009