We are trying to add a field on the fly. This is the code that is shown in the example:
ALTER TABLE CUSTOMER ADD REFER CHAR(20), ADD LASTCALL DATE, DROP FIRST_CONT
The code we are using is:
alter table Perdil add STEPXX char(3)
The error we get is Table does not exist. I tried adding the...