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 id,name,bookyear from tab1 where year(bookyear) = 2009