Subject adding default syntax
Author Hans
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