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
where YEAR(IssueDate) = '2009'
Reference