Hey,
I found out that I have a lot of "null" (=empty) values in my tables throughout my database.
Instead of going through each table and every field, I was wondering if there is a smart one out there who can tell me how I can run some piece of code to update all my fields where I have "Null" values, with a "0".
This should be done only once, consider it as some kind of maintenance on my database.
Peter
I found out that I have a lot of "null" (=empty) values in my tables throughout my database.
Instead of going through each table and every field, I was wondering if there is a smart one out there who can tell me how I can run some piece of code to update all my fields where I have "Null" values, with a "0".
This should be done only once, consider it as some kind of maintenance on my database.
Peter