Customer Support Language
 
HomeKnowledge BaseCampaignMaxUpdating the version number for CampaignMax
Information
Article ID133
Created On11/3/2005
Modified11/3/2005
Share With Others
Updating the version number for CampaignMax
SQL> select tableversion from camsetup;

TABLEVERSION
------------------------------
3.30

SQL> update camsetup set tableversion = '3.20';

1 row updated.

SQL> commit;

Commit complete.

SQL>