625 questions
I'm a beginner, so I don't know the exact keyword of the question.table_studenttable_student_infoselect t1.student_id, t1.student_name, t2.email from student as t1 join student_info as t2 on t1.studen...
import sysimport pymysqlfrom PyQt5.QtWidgets import *def connectDB(): host = localhost user = root pw = **** db = world conn = pymysql.connect( host= host, user = user, password = pw, db = db) return(...
There is a document that shows the time by date.I want to convert it to hourly data by date!Help me.I want to write an if sentence, but I have no idea.
I'm developing a shopping mall web. I'd like to add a page-nation function to the page that displays the latest products.Then condition in the mapper is I think we need to add 2 more. <select id=na...
CREATE TABLE `user_data` ( `u_id` int NOT NULL, `nick_name` varchar(255) NOT NULL, `kor` int NOT NULL, `eng` int NOT NULL, `math` int NOT NULL, `date` date NOT NULL)SELECT * FROM (SELECT u_id, nick_na...
« | - 63 - |
© 2024 OneMinuteCode. All rights reserved.