| MySQL | ||
|
I have a table PERSON(personID,
name,
sex,
birthday,
placeOfBirth) Answer: | ||
| Specific to MySQL | ||
We can order by birthday and select the first one only. If there are two or more oldest people then only one of them will be returned. | ||
| MySQL | ||
|
I have a table PERSON(personID,
name,
sex,
birthday,
placeOfBirth) Answer: | ||
| Specific to MySQL | ||
We can order by birthday and select the first one only. If there are two or more oldest people then only one of them will be returned. | ||