Subject | adding default syntax |
---|---|
Author | Hans |
Post date | 2010-10-23T17:43:50Z |
Hi,
After having created a Relation Column, was is the syntax to alter that
Column to Default 0 ?
For example.
Alter Table Test add Saldo integer.
then
Alter Table Alter Saldo to Saldo type Integer Default 0, but that doesn't
work
Best Regards
Hans
After having created a Relation Column, was is the syntax to alter that
Column to Default 0 ?
For example.
Alter Table Test add Saldo integer.
then
Alter Table Alter Saldo to Saldo type Integer Default 0, but that doesn't
work
Best Regards
Hans