Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Welcome To Ask or Share your Answers For Others

Categories

0 votes
282 views
in Technique[技术] by (71.8m points)

mysql - Updating an entry to an SQL table - using update gives table doesn't exist error

This is my query code:

UPDATE `firstTable`
SET major = 'Physics' 
WHERE student_id = 2;

This is the error :

Table 'velinsfirst.firsttable' doesn't exist

question from:https://stackoverflow.com/questions/65937152/updating-an-entry-to-an-sql-table-using-update-gives-table-doesnt-exist-error

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome To Ask or Share your Answers For Others

1 Answer

0 votes
by (71.8m points)
Waitting for answers

与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…
Welcome to OStack Knowledge Sharing Community for programmer and developer-Open, Learning and Share
Click Here to Ask a Question

...