Answer the question
In order to leave comments, you need to log in
How to create a MySQL query to select from two tables?
There are two tables of the form: date1, temp1 and date2, temp2.
Both include date and temperature. I need to find the minimum temperature for the specified period in the first table, find the temperature value in the second table (by the date that corresponds to the minimum temperature) and display all this in a table of the form: date1, temp1, temp2.
Can you please tell me what such a request might look like?
Answer the question
In order to leave comments, you need to log in
Didn't find what you were looking for?
Ask your questionAsk a Question
731 491 924 answers to any question