in reply to Re^3: MySQL: placeholders and NULL values
in thread MySQL: placeholders and NULL values
so they can be NULL!mysql> desc t1 ; +-------+--------------+------+-----+------------+-------+ | Field | Type | Null | Key | Default | Extra | +-------+--------------+------+-----+------------+-------+ | a | varchar(100) | YES | | TEST TABLE | | | b | int(11) | YES | | 10 | | +-------+--------------+------+-----+------------+-------+
|
|---|