DECLARE @TABLE
Publicado por juan (8 intervenciones) el 16/01/2003 18:22:10
por favor me ayudan con la sentencia declare @table que me saca error de compilacion
el ejo es go
declare @t1 as table (text1 as varchar(10))
go
y el error es :
Servidor: mensaje 156, nivel 15, estado 1, línea 1
Incorrect syntax near the keyword 'table'.
el ejo es go
declare @t1 as table (text1 as varchar(10))
go
y el error es :
Servidor: mensaje 156, nivel 15, estado 1, línea 1
Incorrect syntax near the keyword 'table'.
Valora esta pregunta


0