Created
May 9, 2017 16:28
-
-
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
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* | |
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