Subject Re: [ib-support] Setting all values for a column to null
Author Matteo Giacomazzi
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