RE: USAGE EOS CLEOS - EASY #3

You are viewing a single comment's thread from:

USAGE EOS CLEOS - EASY #3

in eos •  7 years ago 

I try to get table but failed:

$ cleos get table usagedbc usagedbc db_struct
Error 3120001: Invalid name
Name should be less than 13 characters and only contains the following symbol .12345abcdefghijklmnopqrstuvwxyz
Error Details:
Name not properly normalized (name: db_struct, normalized: db.struct) 
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, you not right use it
cleos get table usagedbc usagedbc db_struct

instead db_struct you need set table name, on it sample table name "dbtablename"

#right #usage
cleos get table usagedbc usagedbc dbtablename