How do you reference a very long SQL column name in a select statement by an alias in Microsoft SQL server? For example, "select this_is_a_very_long_column
_name from mytable" where you would like to give a shorter alias name to "this_is_a_very_long_colum
n_name".
Start Free Trial