v.1.1.54310New Feature

Added ATTACH TABLE Query Without Arguments

Added the ATTACH TABLE query without arguments.
Introduced support for the ATTACH TABLE query without any arguments in ClickHouse.

Why it matters

This feature allows users to attach all detached tables at once without specifying table names individually. It simplifies database management by enabling quick reattachment of multiple tables, saving time and reducing manual effort.

How to use it

To attach all detached tables in the current database, simply run the query:

ATTACH TABLE

This command attaches all eligible tables without requiring any arguments.