MySQL 9.7 Reference Manual Including MySQL NDB Cluster 9.7
“What is the highest item number?”
SELECT MAX(article) AS article FROM shop; +---------+ | article | +---------+ | 4 | +---------+