MySQL Error: 'Unknown column 'pay pin kms id' in field list' - How to Fix
The error message 'Unknown column 'pay pin kms id' in field list' indicates that the database being queried does not contain a column with the name 'pay pin kms id' in the table being referenced.
To resolve this issue, you should check the database schema and verify the correct column name. Make sure that you are referencing the correct table and column names in your query.
原文地址: https://www.cveoy.top/t/topic/psBJ 著作权归作者所有。请勿转载和采集!