caper11752
IS-IT--Management
Hi all,
I need to create a VIEW in SQL 2005 and need some assistance. I'm sure this is possible but it has me stumped. We have a table with several fields, such as Name, StartDate and EndDate. I need the VIEW to return Name, and another field with either True or False in it. So if the difference between StartDate and EndDate is less than 365 days then TRUE, else FALSE.
Thanks if advance
I need to create a VIEW in SQL 2005 and need some assistance. I'm sure this is possible but it has me stumped. We have a table with several fields, such as Name, StartDate and EndDate. I need the VIEW to return Name, and another field with either True or False in it. So if the difference between StartDate and EndDate is less than 365 days then TRUE, else FALSE.
Thanks if advance