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