sql tag

625 questions


1 answers
68 views
0
I want Oracle to return a value that belongs to a particular column to a blank character.

This is a rudimentary question, but what syntax can you think of if you want to get the following results from SQL?No Name Address Tel 1 test + 812 hoge+813 hoge+81Normally, a value is entered in the ...

1 years ago

1 answers
59 views
0
I want to delete all tags in the string in the SQL regular expression.

Below is the data from the post_content column (type=LONGTEXT) in the wp_posts table.target data:<h1id=title1>h1</h2><a href=#title1>aaa</a><a href=#title2>bbb</a>&...


1 answers
40 views
0
I want to export the results of database PHP execution using Mysql as an html file.

The database uses Mysql, but I would like to export PHP results as an html file, but echo<licclass='active'><a href='special.php?page={$i}'>{$i}</a>><</li>;;;;{/code>{ipo...

1 years ago

1 answers
43 views
0
Is it possible to link and migrate data between AWS RDS for MySQL and Google Cloud SQL?

Is it possible to collaborate and migrate data between AWS RDS for MySQL (MariaDB) and GCP Cloud SQL?How do I migrate data from RDS for MySL in AWS to Cloud SQL for MySQL in GCP? Is there any problem ...

1 years ago

2 answers
112 views
0
Access Denied Error Connecting to Remote mysql with phpmmyadmin

in CentOS(1—Remote server) mysql(2:local server) phpmyadminConfiguring the server configuration (TCP connection).(2) includes php, php-mysql, and apache.The phpmyadmin login screen appears, but enter ...

1 years ago

1 answers
45 views
0
Why can't I connect to mySQL database using php?

We use MAMP to develop applications.Initially, it was implemented on MacOS, and php implemented the general process of accessing MySQL-Database.After that, I deployed MAMP to Windows PC and applied th...

1 years ago

1 answers
68 views
0
What does join do in django's views.py?

Sorry for the amateur question, but in the code belowoutput=','.join([q.question_text for qin latest_question_list])I don't know what the part is doing.I thought question_text separated by This was th...

1 years ago

1 answers
36 views
0
I'd like to put the column of MySQL aggregation next to it.

This is a MySQL aggregation question.Table 1: Number of user itemsMr. A, apple 1Mr. A, Banana 4Mr. A, Orange 2Results: Number of user itemsNumber of itemsNumber of itemsMr. A, apple, banana, orange, 2...

1 years ago

1 answers
36 views
0
Centos fails to launch mysql

When I try to start mysql at the terminal, I get an error similar to the following:ERROR 2002 (HY000): Can't connect to local MySQL server through socket'/tmp/mysql.sock'(2)I tried the following solut...

1 years ago

1 answers
56 views
0
I want to return JSON with tree structure from SQL result

I would like to achieve an API that returns JSON with tree structure from SQL results such as the following example.Could you please let me know if there is a fast and good way to do it?■ Assumed Envi...

1 years ago
« - 31 - »

© 2024 OneMinuteCode. All rights reserved.