Re: escape quotes

2009-10-14 Thread
Lex Thoonen,all > UPDATE `jos_content` SET `introtext` = replace(`introtext`," style=\"margin: 0px 0px 5px; padding: 0px; font-family: 'Trebuchet > MS',Arial,Helvetica,sans-serif; font-weight: bold; line-height: 30px; > font-size: 30px; color: #b4b4be;\">","") > > just gives me 0 results... How

About NoWait of MySql

2009-10-08 Thread
Hi, MySQL Developers I'm a beginner of MySQL, and so I'm in a trobble. in MySQL 5.0.45 and acctually, I'm trying to migration my application from Oracle to MySQL I'd like to use nowait option (of Oracle) in MySQL when locking one record. but I could not find nowait oitpin in MySQL. so I have som