$ 0 0 A blank or space cannot be inserted into a INTEGER column. Integer is for storing numeric value and not for alphabets. A value (20,,20) will insert null for the second field. A value (20,'',20) will result in intrinsic casting to 0.
A blank or space cannot be inserted into a INTEGER column. Integer is for storing numeric value and not for alphabets.
A value (20,,20) will insert null for the second field. A value (20,'',20) will result in intrinsic casting to 0.