Monthly Archives: September 2010

SQL adding new columns to query

Sometimes a table has all the fields you need and sometimes it doesn’t. I sometimes need to create flag fields or summary fields to hold additional information. So here are the methods I use. Add a 1 char flag field … Continue reading

Posted in Code, Snippets, SQL | Comments Off on SQL adding new columns to query