Category "MySQL"

A blog provides us a platform to express and share our thoughts with the rest of the world. Blogging has become easier and there are hundreds of ways to create a blog.

posted on April 23, 2012 18:32 PM by Kelly Marsh

A few tips on developing web apps using PHP and MySQL by guest writer Kelly Marsh

posted on April 12, 2012 04:31 AM by Kelly Marsh

A query for transferring data from one table to another. {code type=”php”} INSERT INTO table2  (field1,field2,field3) SELECT col1, col2, col3 FROM table1 WHERE table1_field2 = 10 {/code} In this query, we want to transfer the data from table1 whose col2 fields are equal to 10. Origin Table table1 col1 col2 col3 1 10 Apple 2 [...]

posted on December 13, 2010 10:41 AM by Jhoy Imperial


Recent Tweets

 

Email us at support@codingcereal.com

Copyright 2009 - 2013 © www.codingcereal.com