v.19.15New Feature
Add LIMIT Option to SHOW Query
AddLIMIToption toSHOWquery. #6944 (Philipp Malkovsky)
Why it matters
The feature helps users to limit the output size ofSHOW queries, making it easier to inspect and manage large sets of metadata without overwhelming the client or terminal.How to use it
Append theLIMIT clause followed by a number to any SHOW query. For example:SHOW TABLES LIMIT 10;