/ Published in: SQL
This replaces a special character (used as a delimitter in a string i.e.) with some other char
Expand |
Embed | Plain Text
<?php $query = " SELECT id, REPLACE(names,'".chr(29)."',', ') as namestring FROM table "; ?>
You need to login to post a comment.
