It would be nice to have support for writing integers with spacers, as an example: ``` SELECT 1000000000; ``` Could become: ``` SELECT 1_000_000_000; ``` This is similar to Python, introduced in https://peps.python.org/pep-0515/#literal-grammar