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

List<T>().Add problem C# -

Javascript natural sort array/object and maintain index association -