Monday, 26 August 2013

Concatenate a string with curdate in mysql

Concatenate a string with curdate in mysql

pI have the following query: /p precodeINSERT INTO insertlog (Inforamtion)
VALUES ( concat(Row Was Inserted,curdate()); /code/pre pMySQL is returning
an error, but I cannot figure out why. My google searches do not show
examples on how to perform something like this /p

No comments:

Post a Comment