mysql sharing
this one is correct
SELECT CONCAT('tag_history_' , date_format(sysdate() , '%Y%m%d%H'));
this one is incorrect as concat( is not allow to leave a space in query browser.
SELECT CONCAT ('tag_history_' , date_format(sysdate() , '%Y%m%d%H'));
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment