Skip to content

Instantly share code, notes, and snippets.

@noritakaIzumi
Last active February 4, 2022 05:32
Show Gist options
  • Save noritakaIzumi/f56c5d9feae276a4a92e41a3da6d526a to your computer and use it in GitHub Desktop.
Save noritakaIzumi/f56c5d9feae276a4a92e41a3da6d526a to your computer and use it in GitHub Desktop.
Translate-number SQL
select 1 as one;
select 2 as two;
select 3 as three;
select 4 as four;
select 5 as five;
select 6 as six;
select 7 as seven;
select 8 as eight;
select 9 as nine;
select 10 as ten;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment