Table view formatting not working for SELECT column aliasing

Discussion of open issues, suggestions and bugs regarding database management and development tools for SQL Server
Post Reply
JDSX
Posts: 7
Joined: Thu 21 Jul 2016 20:15
Location: Brooklyn, NY
Contact:

Table view formatting not working for SELECT column aliasing

Post by JDSX » Thu 13 Dec 2018 21:31

According to the documentation, a column alias can be expressed "column AS alias" or "alias = column". The formatter works correctly for the former but entirely ignores the latter.

alexa

Re: Table view formatting not working for SELECT column aliasing

Post by alexa » Fri 14 Dec 2018 15:21

Could you please provide us the screenshots of the actual and expected results?

You can send a reply straight to our support system at alexaATdevartDOTcom and supportATdevartDOTcom .

JDSX
Posts: 7
Joined: Thu 21 Jul 2016 20:15
Location: Brooklyn, NY
Contact:

Re: Table view formatting not working for SELECT column aliasing

Post by JDSX » Fri 14 Dec 2018 16:07

I just realized the problem is not the aliasing, it's when a SELECT is used for variable assignments! I'll send an email.

alexa

Re: Table view formatting not working for SELECT column aliasing

Post by alexa » Mon 17 Dec 2018 11:24

Thank you for the reply.

We have received the e-mail and will investigate this issue.

Post Reply