You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Can't format the value of which the field type is bit(1). While I input b'1' , after process ,it become b '1'.
There is a blank space between "b" and '1' that can’t be recognized by mysql
The text was updated successfully, but these errors were encountered:
Can't format the value of which the field type is bit(1). While I input b'1' , after process ,it become b '1'.
There is a blank space between "b" and '1' that can’t be recognized by mysql
The text was updated successfully, but these errors were encountered: