| * | * |
|---|---|
| 鏈接 | Easy SQL: ASCII Converter) |
| 難度 | 7kyu |
| 狀態(tài) | √ |
| 日期 | 2019-03-21 |
題意
題解1
select id, ascii(name) as name, birthday, ascii(race) as race
from demographics
| * | * |
|---|---|
| 鏈接 | Easy SQL: ASCII Converter) |
| 難度 | 7kyu |
| 狀態(tài) | √ |
| 日期 | 2019-03-21 |
select id, ascii(name) as name, birthday, ascii(race) as race
from demographics