you write it the exact same way.



string sql = "SELECT DISTINCT source_year, can FROM hits_vw WHERE source_year between 2005 and 2007 ORDER BY source_year DESC";


as you can see, I did not...