Mysql help

admin

Administrator
Staff member
What do these mean

TINYINT
SMALLINT
MEDIUMINT
INT
BIGINT
FLOAT
DOUBLE
DECIMAL
DATE
DATETIME
TIMESTAMP
TIME
YEAR
CHAR
VARCHAR
TINYBLOB
TINYTEXT
TEXT
BLOB
MEDIUMBLOB
MEDIUMTEXT
LONGBLOB
LONGTEXT
ENUM
SETthose are the data types of the information stored in the columns, fond more information on what they mean in the mysql manuali am making a mySQL i don't have a mySQL manualHere is the MySQL manual..

<!-- m --><a class="postlink" href="http://www.mysql.com/doc/en/index.html">http://www.mysql.com/doc/en/index.html</a><!-- m -->

If you're using PHP this may help you with the PHP/MySQL functions...

<!-- m --><a class="postlink" href="http://www.php.net/manual/en/ref.mysql.phpthanks">http://www.php.net/manual/en/ref.mysql.phpthanks</a><!-- m -->
 
Back
Top