-- Updating TCAMPOSCONSULTABLES... update tcamposconsultables set descripcion = 'Manejo de optimistic locking.' where ccampo in (select ccampo from tcamposconsultablesid where campobase = 'VERSIONCONTROL'); commit; -- Done.