Error Code: 1054. Unknown column 'gender' in 'field list'
When I tried to execute this query I got the following error message "Error Code: 1054. Unknown column 'gender' in 'field list'", should I declare it first?
3 answers ( 0 marked as helpful)
Hi Messaoud!
Thanks for reaching out.
It seems that you do not have such a column in this table. Please, check with the following query:
SELECT
*
FROM
table_name;
Hope this helps.
Best,
Tsvetelin
fixed,,,check the previous assignment
I have 5 recoreds of Peters :)
how to delete them,,,and how to avoid adding repeated recored