diskmonitor
Technical User
Hi,
I'm very new to SQL so I'm hoping that someone can help me with some step-by-step tips.
I've got a database table called 'ITinventory' which has three fields :
- Warranty Time
(this would have 1,2 or 3 which would correspond with
1year, 2years or 3 years).
- Warranty Expiry
- Purchase Date
I would like to have a query (or something more suitable if necessary) to read data from 'Purchase date', add the amount of days from 'Warranty Time' and display the answer in 'Warranty Expiry'. Bearing in mind that the 'Warranty Time' is in values of 1,2 or 3.
Many thanks for any help, its very much appreciated.
Scott
I'm very new to SQL so I'm hoping that someone can help me with some step-by-step tips.
I've got a database table called 'ITinventory' which has three fields :
- Warranty Time
(this would have 1,2 or 3 which would correspond with
1year, 2years or 3 years).
- Warranty Expiry
- Purchase Date
I would like to have a query (or something more suitable if necessary) to read data from 'Purchase date', add the amount of days from 'Warranty Time' and display the answer in 'Warranty Expiry'. Bearing in mind that the 'Warranty Time' is in values of 1,2 or 3.
Many thanks for any help, its very much appreciated.
Scott