データが次のとおりであるStudentInfoという名前のSQLテーブルが1つあります
StudentID Age startDate EndDate
1 14 5/05/2013 7/05/2013
4 17 4/04/2012 8/10/2012
StartDat と Enddate の間の日数を示す total days という名前の列をもう 1 つ追加する、このテーブルのビューを作成したいと考えています。ビューの結果が欲しい
StudentID Age startDate EndDate TotalDays
1 14 5/05/2013 7/05/2013 3
4 17 4/04/2012 8/04/2012 5