|
Posted by windandwaves on 10/13/25 11:28
Are you allowed to use the following syntax in Mysql 4.0.17-nt :
INSERT DELAYED IGNORE INTO `mytable` ( `ID` , `A` , `B` ) VALUES
("'.session_id().'", "2", ROUND(NOW()/10000) );
I am particularly interested in the delayed ignore. I want to make sure
that no matter what, the instruction is carried out and that, due to
indexes, the data is not allowed to go in, that we do not get an error.
TIA
- Nicolaas
[Back to original message]
|