MySQL Forums
Forum List  »  Newbie

Re: Finding min é max values for each day
Posted by: Patrick EGLOFF
Date: November 28, 2017 11:15AM

Hi,

Here the table structures for table "releves" :

|//**id**//|int(11)|Non|
|date|datetime|Non|
|apaguard|tinyint(3)|Non|
|poids1|decimal(5,2)|Non|
|poids2|decimal(5,2)|Non|
|poids3|decimal(5,2)|Non|
|poids4|decimal(5,2)|Non|
|temp1|decimal(5,2)|Non|
|temp2|decimal(5,2)|Non|
|temp3|decimal(5,2)|Non|
|temp4|decimal(5,2)|Non|
|temp_ext|decimal(5,2)|Non|
|pression|decimal(6,2)|Non|
|humidite|tinyint(3)|Non|
|tension|decimal(5,2)|Non|
|csq|tinyint(3)|Non|
|temp_DS3231|decimal(5,2)|Non|
|infos|text|Non|

Options: ReplyQuote




Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.