回答編集履歴

2

修正

2018/04/12 07:44

投稿

sazi
sazi

スコア25195

test CHANGED
File without changes

1

修正

2018/04/12 07:44

投稿

sazi
sazi

スコア25195

test CHANGED
@@ -6,7 +6,7 @@
6
6
 
7
7
  insert into DB_B.table2(id,user_name)
8
8
 
9
- select member_id, contact(first_name, ' ', last_name) as user_name
9
+ select member_id, concat(first_name, ' ', last_name) as user_name
10
10
 
11
11
  from DB_A.table1
12
12