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
You can do
.... WHERE [IssueDate] > '2004' AND [IssueDate] < 2010