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