I currently have a SQL query that selects and creates a report from a specified SQL Database (Rational Data Warehouse). This report will merely include the columns I have selected from different tables, nothing else.
I want to add a command to the query that creates a "Date" column in the report and then fills every row that does not have nulls with the current date. Is there such a query function that could do this?