Definitions by BlueEagle
manual deficiency
< aKa> MySQL question: I want to take two varchar fields and return it as one column. My guess was : SELECT (first_name + " " + last_name) as full_name FROM table
< BlueEagle> SELECT CONCAT (last_name,', ',first_name) AS full_name FROM mytable
< BlueEagle> http://dev.mysql.com/doc/ refman/5.1/en/select.html <= To help your lack of manual deficiency
< BlueEagle> SELECT CONCAT (last_name,', ',first_name) AS full_name FROM mytable
< BlueEagle> http://dev.mysql.com/doc/ refman/5.1/en/select.html <= To help your lack of manual deficiency
manual deficiency by BlueEagle July 30, 2008
manual deficiency
< aKa> MySQL question: I want to take two varchar fields and return it as one column. My guess was : SELECT (first_name + " " + last_name) as full_name FROM table
< BlueEagle> SELECT CONCAT (last_name,', ',first_name) AS full_name FROM mytable
< BlueEagle> http://dev.mysql.com/doc/ refman/5.1/en/select.html <= To help with your manual deficiency.
< BlueEagle> SELECT CONCAT (last_name,', ',first_name) AS full_name FROM mytable
< BlueEagle> http://dev.mysql.com/doc/ refman/5.1/en/select.html <= To help with your manual deficiency.
manual deficiency by BlueEagle July 30, 2008
copy paste monkey
(Definition reinstated)
One who codes, HTML, PHP C, or any other language, by mindlessly copying random chunks of code from the work of others without fully understanding what the code does. This usualy causes bugs, bloat, and generaly nasty ass code. Also abbreviated "CPM"
One who codes, HTML, PHP C, or any other language, by mindlessly copying random chunks of code from the work of others without fully understanding what the code does. This usualy causes bugs, bloat, and generaly nasty ass code. Also abbreviated "CPM"
<Fred> Why does the php on Bob's site keep shitting?
<Dom> Because he's a copy-paste-monkey.
*Fred is now known as Bob
<Bob> Eep! Eep! I am MONKEY! Give me BANANA!! ctrl-c, ctrl-v, ctrl-c, ctrl-v!
<Dom> Because he's a copy-paste-monkey.
*Fred is now known as Bob
<Bob> Eep! Eep! I am MONKEY! Give me BANANA!! ctrl-c, ctrl-v, ctrl-c, ctrl-v!
copy paste monkey by BlueEagle January 7, 2005