![]() |
![]() |
![]() |
![]() |
![]() |
FTP | ![]() |
![]() |
CCD | ![]() |
![]() |
Buscar | ![]() |
![]() |
Trucos | ![]() |
![]() |
Trabajo | ![]() |
![]() |
Foros | ![]() |
|
Registrarse | FAQ | Miembros | Calendario | Guía de estilo | Temas de Hoy |
![]() |
|
Herramientas | Buscar en Tema | Desplegado |
#1
|
||||
|
||||
equivalencia en Sybase
Hola amigos bueno hoy estoy teniendo que hacer una consulta sobre si existe una tabla en Sybase pero tengo un problema. no se como hacerlo, Se como se hace en SQL-SErver...
Código:
if not exists (select * from sysobjects where id = object_id(N'[dbo].[RegMailMapp]') and OBJECTPROPERTY(id, N'IsUserTable') = 1) Código:
if not exists (select * from sysobjects where id = object_id('[RegMailMapp]')) then ![]() gracias |
#2
|
||||
|
||||
Cita:
Código:
if not exists (select * from sysobjects where id = object_id('RegMailMapp')) then |
![]() |
|
|
![]() |
|