Command to Drop Connection

Use disconnect command to terminate a connection to a server.

Syntax

{disconnect | disc} [all]
select @variable = {expression | select_statement} 
	[, @variable = {expression | select_statement} ...]
	[from table_list] 
	[where search_conditions] 
	[group by group_by_list] 
	[having search_conditions] 
	[order by order_by_list] 
	[compute function_list [by by_list]]

Usage