expr, ok := (*exprRef).(*sqlparser.ColName)
if !ok {
"%s: must be a column name but was %T",
query.InvalidExpressionErrMessage,
*exprRef,
)
}
saAlias := strings.ReplaceAll(sqlparser.String(expr), "`", "")