Eliminates an SQL variable that was created using the CREATE VARIABLE statement.
DROP VARIABLE [ IF EXISTS ] identifier
Variables are automatically eliminated when the database connection is released. Variables are often used for large objects, so eliminating them after use or setting them to NULL can free up significant resources (primarily disk space).