Hi I am looking for a way to work my way through a particular column within a table to add a <p> at the beginning of the entry and </p> at the end.
Does anyone know how this can be achieved?
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The mySQL statement is easy using
CONCAT:Think about whether this really makes sense, though: Do you really need this data inside the table? Why not simply append it when outputting the data in your web interface (or whatever)?