skip to Main Content

Error connecting mySQL database to nextjs project

I'm trying to connect my MySQL database, set up using this tutorial https://dev.mysql.com/doc/workbench/en/wb-getting-started-tutorial-creating-a-model.html Along with creating the model, I created a running server using the tutorial listed in the model tutorial. I've created a table inside of it and populated…

VIEW QUESTION

Mysql – How can I join table

[TABLE 1] shop_name whole_sales_amount A 20000 B 40000 [TABLE 2] shop_name locataion representative_number A NY 1234 A LA 1234 B IL 5678 I want to join Table 1 & Table 2 (I know that the DB table structure is not…

VIEW QUESTION

mysql query result is unexpected

can anybody help? there's a table containing data about games...including: name VARCHAR(255) platform VARCHAR(255) year_of_release YEAR genre VARCHAR(255) publisher VARCHAR(255) na_sales DOUBLE(10,2) other_sales DOUBLE(10,2) global_sales DOUBLE(10,2) when i run this query: select Name, Year_of_Release, Other_Sales, Global_Sales from ( select *…

VIEW QUESTION
Back To Top
Search