G
Guest
Greetings everyone! I have a query that gets the max field length number.
If the field is null, then there is no value. How do I update the null to a
zero? Below is the code.
SELECT Max(Len([fnm])) AS FNM1, Max(Len([lnm])) AS Lnm2 FROM uppercustomer;
If the field is null, then there is no value. How do I update the null to a
zero? Below is the code.
SELECT Max(Len([fnm])) AS FNM1, Max(Len([lnm])) AS Lnm2 FROM uppercustomer;