5
Answers

Sql Query Column Value

Ramco Ramco

Ramco Ramco

1y
610
1

Hi

  I have below code and in some case if it returns 01-01-1900 it should be shown as  ''

(SELECT TOP 1 [LastSessionDate] FROM [View_Session_Count_Report] where StudentID = t.StudentId) [LastSessionTDate]

Thanks

Answers (5)