Advertisement
Guest User

Untitled

a guest
Apr 16th, 2019
128
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
MySQL 0.32 KB | None | 0 0
  1. SELECT
  2.     transaction, concat("https://tracker.icon.foundation/transaction/0x", hash), CAST(UNHEX(SUBSTR(data, 3)) AS CHAR(500000))
  3. FROM
  4.     iconation.transaction_message
  5.         JOIN
  6.     iconation.transaction
  7. WHERE
  8.     iconation.transaction_message.transaction = iconation.transaction.id
  9. ORDER BY transaction DESC
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement