Skip to Content
0
J S
May 15, 2020 at 03:03 PM

Temp Tabl e in Query

65 Views

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