![]() | |
![]() |
| | Thread Tools | Display Modes |
#1
| |||
| |||
|
#2
| |||
| |||
|
|
Hi all, I installed Ingres 3.0.2 on Win XP Pro. I created a table like this: create table mytab (col1 varchar(10) not null default 'WERT', col2 integer not null default 3); commit; Added a new column col3: alter table mytab add column col3 varchar(10) not null with default; commit; Changed default setting of col3: alter table mytab alter column col3 varchar(10) default 'WERT2'; commit; |
![]() |
| Thread Tools | |
| Display Modes | |
| |