RE: HeidiSQL and STEEMSQL, getting more information by joining tables

You are viewing a single comment's thread from:

HeidiSQL and STEEMSQL, getting more information by joining tables

in utopian-io •  7 years ago 

Your contribution cannot be approved yet. See the Utopian Rules. Please edit your contribution to reapply for approval.

  • Please put this code in the proper code block Accounts.name, Accounts.reputation, TxTransfers."from", TxTransfers."to", TxTransfers.amount FROM TxTransfers JOIN Accounts ON Accounts.name = TxTransfers.from where TxTransfers.timestamp > '2017-12-23'

You may edit your post here, as shown below:

You can contact us on Discord.
[utopian-moderator]

Authors get paid when people like you upvote their post.
If you enjoyed what you read here, create your account today and start earning FREE STEEM!
Sort Order:  

hi @manishmike10, added this into a code block, sadly syntax highlighting with markdown does not seem to work somehow, i have checked all resources and my MD code is right ...
Thanks for the hint!