409 questions
I'm making data on the tourist attraction list, but I'm having trouble setting up regular holidays.Specifically close_mon~close_sunI have prepared the columns in and judge them by 0,1, but depending o...
I'm worried about designing the database.For example, create a database for user information.usersidnameIf you want this to be gender, usersidnamesex_idsexesidnameI think this is fine, but for example...
PrerequisitesI'm trying to launch a laravel environment with docker-compose, but the container in mysql will be exited(1) as soon as it starts.It started up until about 3 days ago, but suddenly it did...
There are three tables as followsI would like to join these three and get the following results, but I don't know how to do itWhen I do OUTER JOIN, I get duplicate records, but I want to return only o...
This is my first time asking a question.Currently, Python+SQL replaces the formula written in Excel and displays it in PHP.I'm working on a project.(I'm aiming to get out of Excel) I got caught in the...
MySQL default character code during production has been found to be different from before.I would like to modify the character code of the table created during that timeMost of the tables could be mod...
When I was deploying Rails in AWS, there was a heading error, so I looked at articles online, but I couldn't solve it.Also, I am planning to deploy Capistrano 3.ruby-vruby 2.2.3p173LoadError: /usr/lib...
To allow only certain users to access the table, should I do identified by' when I do create table? Or should I do grant later?
Thank you for your help.Could you give me some guidance and advice?I created a trigger in mysql to start immediately after the data is inserted into tbl_products, but it does not start when I insert t...
How do I delete tables from mySQL DB on Android??I don't know about SQL at all, so I'm only looking at Android booksCreate DB, create table, add contents What did you do with execSQL?I don't know how ...
« | - 26 - | » |
© 2024 OneMinuteCode. All rights reserved.