我需要使用regex进行MySQL查询,部分条件包含括号。但是,当我将查询放在要在perl中使用的字符串中时,这似乎不起作用。我试着用撇号将字符串括起来,并再次尝试使用引号,但没有结果。select * from table where fieldname regexp '.\\(.';
上面的内容来自MySQL,但在perl中给出了错误:“括号不平衡”。
$r = mysql_query('INSERT INTO `keys` (username,key, vreme) VALUES ("'.$user.'", "'.$acckey.'", "'.$keyexp.'"') or die(mysql_error());You have an error in your SQL syntax; check the manual that correspondsto y