409 questions
I coded to access the root server without going through the php server.If you run it within the Unity program, the db integration works well.But if you try to build and run it as an exe file,ArgumentE...
Hello.I came to Hashcode to solve the blockage after a long time.Thank you always for your reply.Developing in node.js environment.You are using mysql, and you have created a msg, value column, for ex...
Hi, everyone.As you said, you can find and bring your name by distinguishing whether it is Chinese or Korean.Do you have a query that finds only Korean or Chinese characters?
I am practicing API implementation using python 3.6 and flask framework in Windows 10. In the process of installing the MySQL-python module to work with mysql, cl.The error exe could not be found.As a...
While creating a web page, I realized that there are absolute and relative paths when setting the image path.There is a picture called everyow.gif called C:\Document\Homepage\image.Absolute path img s...
Hello, everyoneWhen defining the Django model fieldDefine the primary key id = models.IntegerField()Is there a way to make the ID number automatically increase per row like AutoField?
Hi, everyone. Shoveling now because of group_concat().First of all, select group_concat(cu1.cu_inflow_type),count(cu1.cu_inflow_type) from cu_test cu1 left join cu_test cu2 on cu2.seq=cu1.seq group b...
You want to get the number of all rows in the database.Right now $sql = SELECT table_name , table_rows FROM INFROMATION_SCHEMA.TABLES WHERE TABLE_SCHEMA = 'Table Name'; $res = mysqli_query($conn, $s...
ex) select distinct(user_level) from UserInfo; ex) select min(play_time) from UserInfo where user_lever in(select distinct(user_level) from UserInfo)I thought this would list the minimum play time for...
« | - 36 - | » |
© 2024 OneMinuteCode. All rights reserved.