MYSQL 101 Notes
Table related
=================
Creating a table:
Alter table
syntax : http://www.w3schools.com/sql/sql_alter.asp
Foreign key
syntax (also includes drop ):
Issue with
dropping foreign key constraints:
See create table
code of current table
Queries
=======
Like statements
in where clauses:
Left Joins:
Inserts
=======
Inserting
records:
Mysql Server
============
Mysql server has
gone away error (got this when passing in a large script of insert statements):
No comments:
Post a Comment