Questions about the MySQL, PostgreSQL, and most other databases, as well as using it with PHP can be asked here.
Moderator: General Moderators
zacky
Forum Newbie
Posts: 19 Joined: Fri Nov 29, 2002 6:08 am
Post
by zacky » Sat Jan 11, 2003 12:08 pm
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 = ??
....
....
....
Elmseeker
Forum Contributor
Posts: 132 Joined: Sun Dec 22, 2002 5:48 am
Location: Worcester, MA
Post
by Elmseeker » Sat Jan 11, 2003 12:55 pm
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 » Sat Jan 11, 2003 1:22 pm
tnx