Does the result of SELECT MAX([ColumnName]) have a column name? I know the result is a view of only one record and I’d thought this view has the original column name as the result column name?
Does the result of SELECT MAX([ColumnName]) have a column name? I know the result
Share
It does not but you can give it one
If you think about it you will see why your assumption is wrong. What if the code was like this:
Which of the two will take the name of the column?