Skip to main content
Filter by
Sorted by
Tagged with
2 votes
1 answer
40 views

I'm trying to parse the Handshake response packet from MySQL client/server protocol For the task I'm connecting to the application via mysql cli client: mysql --version mysql Ver 9.5.0 for macos15.4 ...
Deyan Georgiev's user avatar
-2 votes
1 answer
75 views

I've been tasked with finding the client with the highest sum of payments, the table they gave me contains the customer number and amount, I have not been able to do this, SELECT suma.customerNumber, ...
Franco Zavala Morgan's user avatar
Best practices
0 votes
7 replies
95 views

I have a PHP + MySQL project where I need to generate sequential transaction IDs. Each transaction can have multiple items, so all rows for that transaction must share the same txn_in value. Tables ...
Developer Account's user avatar
-2 votes
0 answers
70 views

Пароль я использую настоящий, тут я его просто скрыл. Объясните мне пожалуйста, что я сделал не так? Вот сам скрипт: import pymysql try: # Подключение к базе данных connection = pymysql....
CALTON's user avatar
  • 1
-1 votes
0 answers
33 views

I am fetching ProductTransfer table together with related products. Although the total records = 1200, am only getting three records returned by my api. Here is my models public class ...
Amos n's user avatar
  • 37
2 votes
3 answers
144 views

In the book Learning PHP, MySQL, JavaScript, CSS, and HTML5 – A Step-by-Step Guide to Creating Dynamic Websites (6th Edition), it says: “The highest level of MySQL structure is a database.” What does ...
Jone Doe's user avatar