I have the following code which I want to show all the people of the same day, I have managed to show it but it shows me only the same id.
What can I be doing wrong?
$mm=date('M');
$dd=date('d');
$strConsulta = "SELECT id FROM user WH...
I have the problem that I need to import data from excel to mysql, however I can not even with code and through the button that is in mysql, I also have the heidi application and it does not allow me to send me errors, I want to review what is i...
Cordial greeting.
I created a database in RDS (Mysql), I did the connection tests, in this case using NodeJS the test was successful, but the database does not have any table, I want to make the connection of the base of data to Workbench to...
my problem is the following
create a replica of a database in mysql, but when I do the incersion to my master server from Worbench or phpmyadmin if the data is updated in the slave.
My surprise is that when I insert from a program only they s...
I need to ask a question in mysql where I have two sales and purchase tables
these have the date field and I want to take
c.fechacompra < v.fechaventa
The problem is that I have many purchase date less than the date-of-sale and th...
I have a database (attached BD open BD to import ), in where I want to get a report in which I take out the sale list of each product in invoices, showing how much I sold it and how much it cost me.
The problem is that the query I get:
SELEC...
It's been a while since I touched mysql, for various reasons I had to do it
I have a file of tests, when I execute my consula in phpmyadmin it works and returns data, if I place the query in a stored procedure it returns data, but I should not u...
Good morning:
At this moment I am developing a small app in VS.2015 (VB), I have two databases, the first in MySQL and the second in Ms-SQL, both have the same structure, first I make a select and bring the data from a table of each database...