more than one SQL statement

korni_bg

New member
Local time
Today, 11:41
Joined
Apr 16, 2008
Messages
1
Is it possible to write more than one SQL statement in the query like it is in the SQLServer(splited by GO) for example:

select * from PDBT_FDEV
GO
delete from PDBT_FDEV
GO
.......
 
Write different queries, run them from VBA or a macro.
 

Users who are viewing this thread

Back
Top Bottom