From: renniw o. <re...@ms...> - 2004-03-02 02:06:10
|
Hi, Is there a way to create table with a field set to a default value? For example... CREATE TABLE my_table ( my_num BIGINT NOT NULL ); Is there a way to have the my_num initially hold the value 0? Thanks. Ren |