I was wandering how, if there is a way, to format the "AS" when labeling a derived name. Thanks.
Select table AS renamed_table FROM schema AS renamed_schema;
I was wandering how, if there is a way, to format the "AS" when labeling a derived name. Thanks.
Select table AS renamed_table FROM schema AS renamed_schema;
Hi @pettythug,
thanks for your feedback. There is no special formatting for the "AS" except that you can align all "AS" when there are more than one consecutive "AS" in your SELECT statement
Regards
Guido
Hello @hpwn, yes, you are right. This is how it is currently designed. Sometimes this looks really nice and sometimes it does not look perfect. I am still looking for a better design. Will think about it.
Thanks for your feedback
Guido