sql tag

625 questions


2 answers
26 views
0
I want to know how to organize, review, and execute multiple lines of SQL.

In the case of programming language, you can squeeze it out of the notepad and run it in the shell.I know that you use IDE like Eclipse.I don't think SQL will enter multiple lines of queries in the co...

sql
2 years ago

1 answers
116 views
0
Ubuntu mysql service will not run. (Error HY000)

Hi, everyone.We run a simple DB server using Ubuntu, node.js, and mysql on AWS.It's okay to reboot for about 3~4 days, but if you reboot after that, you'll get a HY000 error and be unable to enter mys...

2 years ago

1 answers
39 views
0
MySQLdb connection question in Django.

I started Django, I started with 1.10.I use Python 3.5, but MySQLdb only supports Python 2.So I chose pymysql.However, Django wants to use the session

2 years ago

1 answers
23 views
0
LEFT JOIN, I have a conditional question.

SELECT *FROM Reference Table A LEFT JOIN Table BON A.no = B.no AND A.no > 10 AND B.no > 15WHERE ...As in the example above, in the case of LEFT JOIN, I understand that the condition ...

sql
2 years ago

1 answers
35 views
0
I have a question about mysql data type.

When specifying data types in mysql, what is the meaning of the numbers in brackets?

2 years ago

1 answers
37 views
0
There is a grammar question in the process of linking php and mysql.

I'm practicing linking php and mysql. If you look at the example, the way you approach the table column is a little different, but I wonder if they have the same meaning or not, and I want to know wha...

2 years ago

1 answers
107 views
0
The phenomenon where null appears at the top when sorting from the large number in postgresql

I'm trying to sort it by score and look at it from the top one by one, but the null value comes out at the top. I'm going to exclude the null I put where('score is not null') but can't I do it at once...

2 years ago

1 answers
39 views
0
How to work with mysqldb on bootstrap

Download the bootstrap theme Can I link mysqldb contents with the web after some modifications?I'm making the web, but I just downloaded the bootstrap theme and I'm making it.

2 years ago

1 answers
55 views
0
Tell me about the blog DB structure!

I'd like to make a blog with PHP. I would like to create a personal blog of members like Naver blog, not a personal homepage. I have many questions about DB design before making it.I don't think it wa...

2 years ago

1 answers
130 views
0
I have a question about how to transfer images from the Android app to the web server (php/MySQL).

Hello, I'm an introductory developer.I am working on transferring data from the Android app to the web server (php, MySQL).If you enter information about the product (text + picture) in the app and sa...

« - 46 - »

© 2024 OneMinuteCode. All rights reserved.