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

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

C#: Application without a window or taskbar item (background app) that can still use Console.WriteLine() -

unicode - Are email addresses allowed to contain non-alphanumeric characters? -