625 questions
Please tell me how to access the MySQL database using the Python program.
Hello, everyone We are implementing app programming that shows the waiting time and number of people at a restaurant in real time. As far as I know, database, server, app exists, so when data comes in...
The table structure is shown below. What I want to show you is to show the materials that belong to the product in the product list. Product 1 | (Material 1, Material 2) Product 2 | (Material 1, Mater...
tbl_member I'm trying to delete 2 members at the same time from the table, but I keep getting errorsI got 2 id values delete from tbl_member where userid in (user30,user20) ordelete from tbl_member wh...
Hi, everyone. I am currently designing a DBThe number of columns in a table is likely to easily exceed 400.As far as I know, the number of max columns is thousands, so I don't think it'll matterWhat a...
Hello, how are you?I'm white-headed to be in charge of my own MYSQL + Apache application server in a small company without any IT staff, especially Infra. ㅜ
I'm making a simple soccer-related application.I want to make a team management page in the league, but after saving the results of web crawling in Python to mysql Using php language, spray it on the ...
I have a question about configuring the databaseex)Product Tablecode/name/specification/price---------------------------------a0001 / a / a-101 / 10000......For example, how can we organize these tabl...
It's been a month and a half since I learned Java. Please check. Have a nice day.
var results=[]; // Empty array for resultsconnection.query('SELECT * from img_result_tb', function(err, rows, fields) {if (!err){ for(var i=0; i<6;i++){ results.push(rows[i].resultId); // get only...
« | - 52 - | » |
© 2024 OneMinuteCode. All rights reserved.