What is the syntax to drop a table in a stored procedure?
I need to drop and recreate a temporary table in a stored procedure that can be called from the concurrent manager. Is ther a special syntax?
0