625 questions
To be exact, when you insert the LEVL1 and LEVL2 columns, you add +1 to the record value of LEVL1I want to reflect it in LEVL2 When I saved it as Merge into, I created a query... How can LEVL2 reflect...
I'm making a bulletin board, but I want to check if the file is attached in the file upload, but it's not working well.ㅠ
When you have a table called X in the Workbench (in which you have columns called value1, value2) and you define a list called A=[1,2,3] in Python, what should I do with this Python mysql code? For ex...
For example, A = [[1,a],[2,b],[3,c]] and Myqldb has Table X (column1, coulmn2)select X.column1, X.column2 where [X.column1, X.column2] in A I'd like to write a query that means, so please tell me how ...
I want to access Ubuntu server at work from home, how can I do it?Should I allow the IP address of the computer at home?Can I set the port number to 3306?I would appreciate it if you could tell me the...
I'm planning a car rental systemWe are implementing a function that shows the rental area on the next screen after inserting the rental area and the return area on the web. There are other columns in ...
I want to connect to my sql server at home (Window 10).In the previous article, you said you needed permission from a company network administratorMy previous boss handed me the server and leftI can c...
CREATE VIEW C_R ASSELECT LICENSEPLATE, CARNAME, CARMODEL, CARCOM, CONDITION, FUEL, RENT, PASSENGER, DISTANCEFROM CAR_RELATIONS CR, CAR CA, CARMODEL CM, CARCOM CO, PASSENGER PG, RENT RT, FUEL FL, CONDI...
The following sql full text fails:Select Price_Div.Ticker, Price_Div.Date, Price_Div.Price_Div from Price_Div where ((Price_Div.Ticker in ('000080 KS Equity', '001530 KS Equity', '001750 KS Equity', '...
On the reservation table, there are columns such as SYSDATE, rental fee, rental date, return date, payment amount, and final payment amount.When the rental fee is 30,000 won per day, When I rented it ...
« | - 59 - | » |
© 2024 OneMinuteCode. All rights reserved.