回答編集履歴

1

typo

2016/08/29 09:39

投稿

yambejp
yambejp

スコア114825

test CHANGED
@@ -14,47 +14,47 @@
14
14
 
15
15
  select
16
16
 
17
- a.id as a_id
17
+ a.id as a_id,
18
18
 
19
- a.user_id
19
+ a.user_id,
20
20
 
21
- a.title
21
+ a.title,
22
22
 
23
- a.area
23
+ a.area,
24
24
 
25
- a.buildingtype
25
+ a.buildingtype,
26
26
 
27
- a.floorplan
27
+ a.floorplan,
28
28
 
29
- a.rento
29
+ a.rento,
30
30
 
31
- a.deposit
31
+ a.deposit,
32
32
 
33
- a.keymoney
33
+ a.keymoney,
34
34
 
35
- a.body
35
+ a.body,
36
36
 
37
- a.created as a_created
37
+ a.created as a_created,
38
38
 
39
- a.modified as a_modified
39
+ a.modified as a_modified,
40
40
 
41
- u.company_id
41
+ u.company_id,
42
42
 
43
- u.username
43
+ u.username,
44
44
 
45
- u.password
45
+ u.password,
46
46
 
47
- u.surname
47
+ u.surname,
48
48
 
49
- u.name
49
+ u.name,
50
50
 
51
- u.role
51
+ u.role,
52
52
 
53
- u.created as u_created
53
+ u.created as u_created,
54
54
 
55
- u.modified as u_modified
55
+ u.modified as u_modified,
56
56
 
57
- c.campanyName
57
+ c.campanyName,
58
58
 
59
59
  c.created as c_created
60
60