sql tag

625 questions


1 answers
146 views
0
Mysql sha256 Can you decrypt the password?

create user 'test'@'%' identified with sha256_password by 'password!';I created the user and made it with the password sha256 password.And select user, host, plugin, authentication_string from mysql.u...

2 years ago

1 answers
119 views
0
How to INSERT and UPDATE many rows in python pyodbc?

Regardless of the database in pspark or python (I would like you to let me know around mssql and postgreSQL), you need to insert or update coding for each row.However, Spark does not support update, s...

2 years ago

1 answers
32 views
0
mysql Start with a specific word and search with initial consonants

Hi, everyone.You want to find data from specific words to initial z.I searched for regular expressions, but I don't know how to do it, so I'm asking you this question.I've looked for these methodssele...

2 years ago

1 answers
72 views
0
Add Dictionary

Hello! Are there any dictionaries created through get_org_data, such as dateeal, org_name, cont_a dictionary, rk, stock_name,goal_value,gap_ratio dictionary created through get_for_data Is there a way...

2 years ago

2 answers
83 views
0
When I delete the data in the middle of SQL as delete, I want to arrange the entire default key accordingly.

Hello, I'm a beginner at coding.When I deleted the value in the middle of the SQL syntax while studying the database, I thought the default key would be sorted on its own, but the default key remained...


1 answers
47 views
0
To verify that a table with the value name exists in mysql

DB : MySQL 5.7TABLE : my_tableDB NAME : testTABLE NAME : my_table id INT table_name VARCHAR(32) PK (table_name)TARGET DB NAME : test2Like the schema information mentioned above,The table my_table in ...

2 years ago

1 answers
99 views
0
Database Question) I'm asking you a question about relational algebra, the middleman.

There is a task of expressing the above questions in relation algebra in the report after taking the class, and I would like to ask if the answer to question a is even if you express the above using t...

2 years ago

1 answers
49 views
0

1 answers
98 views
0
SQL error not present in SQL statement

I wrote the code as below.There is no problem when running orderUser When executing orderDelete, the table is being modified normally, but a query statement error occurs.public interface BasketReposit...

2 years ago

1 answers
107 views
0
Send data from html to mySql Question

What I want to make is a homepage that stores and prints the name and image in DB when I put it in the homepage.DB StatusKiller dto (You can think of it as a user)killer mapperInput formController I d...

2 years ago
« - 62 - »

© 2024 OneMinuteCode. All rights reserved.