数据开发周期任务trino385sqlDEALLOCATE PREPAREOn this pageDEALLOCATE PREPARESynopsisDEALLOCATE PREPARE statement_nameDescriptionRemoves a statement with the name statement_name from the list of prepared statements in a session.ExamplesDeallocate a statement with the name my_query:DEALLOCATE PREPARE my_query;See alsoPREPARE