mysql types

Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.

Moderator: General Moderators

Post Reply
zacky
Forum Newbie
Posts: 19
Joined: Fri Nov 29, 2002 6:08 am

mysql types

Post by zacky »

I don't find any info about maxcharters ++ in the mysql manual
can you please give me an url, or post the maxcharters of the different types here?
(and maby what they can do best..)

varchar = 255
int = ??
....
....
....
User avatar
Elmseeker
Forum Contributor
Posts: 132
Joined: Sun Dec 22, 2002 5:48 am
Location: Worcester, MA

Post by Elmseeker »

Almost everything is 255, there are a few things that are allowed to be set as a double and date can be either 2 or 4. More info is available here.
zacky
Forum Newbie
Posts: 19
Joined: Fri Nov 29, 2002 6:08 am

Post by zacky »

tnx 8)
Post Reply