Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Feature Request] Formatting numbers #80

Open
Sukaato opened this issue Apr 14, 2024 · 1 comment
Open

[Feature Request] Formatting numbers #80

Sukaato opened this issue Apr 14, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Sukaato
Copy link

Sukaato commented Apr 14, 2024

Describe the solution you'd like

SELECT 1 + 1358395738 AS count

Actual:

# count
1 1358395739

Expected:

# count
1 1 358 395 739

based on Intl.NumberFormat it can be easy to add number formatting

@Sukaato Sukaato added the enhancement New feature or request label Apr 14, 2024
@wyhaya
Copy link
Contributor

wyhaya commented Apr 15, 2024

Related: #56

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants