Hi
I have created temp table in Query . I want if it already exists it should be deleted first.
create table Tmp0(DocEntry int,DocNum varchar(10),DocDate date)
Thanks