Can SQLCreator/SQLExecutor create columns and alter values. I've completed all the left join I require and now wanting to create a new column with calculated values.
Duplicate an existing column with new name / Select existingTable.existingColumn as newColumn
Can I use if-then statements / If existingTable.existingValue = 'DI' then newColumn = '1234'