MySQL error 1109 (Unknown table) when calling procedure -


i have error-code 1109 in call procedure in mysql.

error code: 1109 unknown table 'chaindb.credit_trans' in field list 

can me, please?

your error telling in database

chaindb 

table

credit_trans 

does not exist.

i suggest verifying have table named correctly. if indeed, need post more information.


Comments

Popular posts from this blog

ruby - When to use an ORM (Sequel, Datamapper, AR, etc.) vs. pure SQL for querying -

php - PHPDoc: @return void necessary? -

c++ - Convert big endian to little endian when reading from a binary file -