Showing posts with label MySQL. Show all posts
Showing posts with label MySQL. Show all posts

Friday, August 29, 2014

MySQL Commands

MySQL Installation

Sunday, October 21, 2012

copy row from another table

INSERT INTO Table (foo, bar, Event_ID)
SELECT foo, bar, Event_ID+"155"
  FROM Table
 WHERE Event_ID = "120"

Friday, October 19, 2012

MySQL Joins

http://www.sitepoint.com/understanding-sql-joins-mysql-database/

Tuesday, January 10, 2012

Monday, April 25, 2011