I was wondering how to fill a column in a table (with records already present) if the value is null. I have tried setting a default value in the table, but that only works on new records, not existing ones. I also tried to query the table, so in result update the table, but that did not work either. Could someone give me some advice on that. Thanks.