How to write Sql or LinqToSql for this scenario?
- by Mike108
How to write Sql or LinqToSql for this scenario?
A table has the following data:
Id UserName Price Date Status
1 Mike 2 2010-4-25 0:00:00 Success
2 Mike 3 2010-4-25 0:00:00 Fail
3 Mike 2 2010-4-25 0:00:00 Success
4 Lily 5 2010-4-25 0:00:00 Success
5 Mike 1 2010-4-25 0:00:00 Fail
6 Lily …