Pario TechnoBlob
About Posts

Tag: sql

Howto combine two columns into one in mysql This is how you can combine (or concatenate or merge) data from two table columns into one column using a mysql SQL query. SELECT CONCAT(firstname,lastname) AS 'name' FROM...
Sep 6, 2009 11:10PM
Posts About
© 2007-2020 Pario TechnoBlob
Powered by Axiom