Last answered:

16 Nov 2023

Posted on:

19 Nov 2021

0

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)
Instructor
Posted on:

16 Dec 2021

1

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

Posted on:

16 Nov 2023

0

fixed,,,check the previous assignment 

Posted on:

16 Nov 2023

0

I have 5 recoreds of Peters :)

how to delete them,,,and how to avoid adding repeated

recored 

Submit an answer

  • Javascript
  • Python
  • Ruby
  • PHP
  • Java
  • C
  • C#
  • C++
  • HTML
  • SQL
  • R
  • Shell