Replies: 1 comment 1 reply
-
|
It's done. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hallo
How do I right-align a column with numbers in a query?
I am using the new table component.
My query
select logictyp, sum(price) as Summe from invoices where DATE_FORMAT(docdate, "%Y-%m") = concat("2024", "-", "03") and doctype = "RECHNUNG LIEFERANT" group by logictyp
Thanks
Andre
Beta Was this translation helpful? Give feedback.
All reactions