回答編集履歴

1

修正

2019/04/14 04:09

投稿

sazi
sazi

スコア25195

test CHANGED
@@ -14,7 +14,7 @@
14
14
 
15
15
  ```DATA
16
16
 
17
- create table country(country_name varchar, population integer);
17
+ create table country(country_name varchar, population numeric);
18
18
 
19
19
  insert into country(country_name,population) values
20
20