Skip to content

Instantly share code, notes, and snippets.

@dafma
Created May 9, 2017 16:28
Show Gist options
  • Save dafma/8a3e36b0f8279c8fb324395ebf110ecb to your computer and use it in GitHub Desktop.
Save dafma/8a3e36b0f8279c8fb324395ebf110ecb to your computer and use it in GitHub Desktop.
El nombre de columna "SubVersion" no es válido Invalid argument 716061-al checar Tabla SysBase
/*
El nombre de columna "SubVersion" no es válido
Invalid argument 716061-al checar Tabla SysBase
*/
--segundo paso
ALTER TABLE VERSION ADD SubVersion varchar(50) null
--primer paso
SELECT SUBVERSION,* FROM VERSION
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment