SQL-query :
SELECT *
FROM test
REPLACE (
'%',
'<br>',
''
)
LIMIT 0 ,
1000
MySQL said:
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'REPLACE ( '%',
'<br>',
'' ) LIMIT 0, 1000' at line 3
SELECT *
FROM test
REPLACE (
'%',
'<br>',
''
)
LIMIT 0 ,
1000
MySQL said:
#1064 - You have an error in your SQL syntax. Check the manual that corresponds to your MySQL server version for the right syntax to use near 'REPLACE ( '%',
'<br>',
'' ) LIMIT 0, 1000' at line 3
Kommentar