Oracle FAQ | Your Portal to the Oracle Knowledge Grid |
![]() |
![]() |
Home -> Community -> Usenet -> c.d.o.server -> How: convert a Sybase query to Oracle query
Does anyone know how to properly convert the following Sybase query to Oracle
one?
/*
use RFDB
go
if exists (select * from sysobjects where name = 'usocback')
drop table usocback
go
select * into usocback from m_usoc
go
truncate table I_usoc
go
/* End */
Any help will be appreciated.
Wesley
-----------== Posted via Deja News, The Discussion Network ==---------- http://www.dejanews.com/ Search, Read, Discuss, or Start Your Own Received on Mon Mar 15 1999 - 09:23:21 CST
![]() |
![]() |