teratail header banner
teratail header banner
質問するログイン新規登録

質問編集履歴

2

誤字

2019/02/18 12:30

投稿

trey_0329
trey_0329

スコア109

title CHANGED
File without changes
body CHANGED
@@ -5,7 +5,7 @@
5
5
  1. to_address = ‘0x6ebeaf8e8e946f0716e6533a6f2cefc83f60e8ab’ OR ‘0x91b9d2835ad914bc1dcfe09bd1816febd04fd689’
6
6
  なものを取り出す
7
7
 
8
- 2.その中でfrom_addressが重複しているものに関しては、block_timestampが最新のものを残してあとは消す
8
+ 2.その中でfrom_addressが重複しているものに関しては、block_timestampが最新のものを一つだけ、残してあとは消す(最新の日付を取得して、重複は消す。ということです)
9
9
  (こちらのサイトを参照しました。https://qiita.com/nogitsune413/items/f413268d01b4ea2394b1)
10
10
 
11
11
  ということをやりたいです。

1

誤字

2019/02/18 12:30

投稿

trey_0329
trey_0329

スコア109

title CHANGED
File without changes
body CHANGED
@@ -6,6 +6,7 @@
6
6
  なものを取り出す
7
7
 
8
8
  2.その中でfrom_addressが重複しているものに関しては、block_timestampが最新のものを残してあとは消す
9
+ (こちらのサイトを参照しました。https://qiita.com/nogitsune413/items/f413268d01b4ea2394b1)
9
10
 
10
11
  ということをやりたいです。
11
12