Subject | Re: [ib-support] Setting all values for a column to null |
---|---|
Author | Matteo Giacomazzi |
Post date | 2002-07-02T16:44:24Z |
Hi Stevio,
S> Is there an easy way in SQL to set the value of a column for all
S> records to null?
I would try:
UPDATE <table>
SET <field> = NULL;
Kind regards,
Matteo
mailto:matteo.giacomazzi@...
ICQ# 24075529
S> Is there an easy way in SQL to set the value of a column for all
S> records to null?
I would try:
UPDATE <table>
SET <field> = NULL;
Kind regards,
Matteo
mailto:matteo.giacomazzi@...
ICQ# 24075529