Unlock a world of possibilities! Login now and discover the exclusive benefits awaiting you.
Alguien puede decirme como preguntar dentro de un script si una tabla existe en memoria ? Seria algo como IF EXISTS (<nombre Tabla>) THEN
If (len(TableName('nombre Tabla')) > 0) Then
...
end if