Comments
2 comments
-
Hi @sdks,
Thank you for reporting this. I've managed to reproduce the problem locally and I've created a bug (reference: SP-6558) to track it.
Best regards,
Fabiola
-
Hello @sdks,
This issue should be fixed in our latest version of SQL Prompt 9.0.3.3299 (installer here).
You can find more information about this release in this forum post.
Kind regards,
Fabiola
Add comment
Please sign in to leave a comment.
SELECT * FROM table1 ALTER FUNCTION [dbo].[fun] () returns table return ( SELECT i.INVOICE_REFERENCE AS lease_number , SUM(i.BALANCE_OUTSTANDING) balance_due_sum FROM dbo.invoices AS i GROUP BY ); GOAnd the output is: