I want to select multiple records on the basis of a matching year, for example in table tab where columns are [id] int, [name] varchar, [boo
[id] int
[name] varchar
[boo
SELECT [ACCNO] ,[Roll No] ,[IssueDate] ,[DueDate] FROM [test1].[dbo].[IssueHis$] WHERE [IssueDate] >= '20090101' AND [IssueDate] < '20100101'