I'm trying to delete a temp table when I run a query. I cannot find the answer and already searched for documentation.
Basically, what I want to do is check if a table exists; if it does exist, delete it and proceed with the select so that the results can be inserted into the temp table. If it doesn't exist, well, just create the TEMP table so that the results can be inserted.
I'm using Informix 11.70