Difference between revisions of "MySQL"

Jump to navigation Jump to search
79 bytes added ,  11:00, 23 February 2011
→‎Numbers: Added link to mysql site
(→‎SELECT Rows: Added DISTINCT and GROUP BY)
(→‎Numbers: Added link to mysql site)
Line 51: Line 51:
<code> BOOL </code> and <code> BOOLEAN </code> are synonyms for <code> TINYINT(1) </code>.
<code> BOOL </code> and <code> BOOLEAN </code> are synonyms for <code> TINYINT(1) </code>.


{|cellpadding="2" cellspacing="0" border="1"
{|cellpadding="4" cellspacing="0" border="1"
! Type              !! Bytes !! Min    !! Max
! Type              !! Bytes !! Min    !! Max
|-
|-
Line 74: Line 74:
| <code> BIGINT UNSIGNED </code>    || 8    || 0                    || 18446744073709551615
| <code> BIGINT UNSIGNED </code>    || 8    || 0                    || 18446744073709551615
|}
|}
For more info see - http://dev.mysql.com/doc/refman/5.0/en/numeric-types.html


=== Strings ===
=== Strings ===

Navigation menu