|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| ||||||||||||||||||||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
#1
|
|||
|
|||
|
smallINT question
Hi, Iam a php and mysql newbie and while creating my table I got a error with
memberId (5) smallINT. Does the size for smallINT have to meet a minimum? I was able to ceate the memberid as priimay index as tinyINT (5) without any problems. I've now gone back and changed it to SmallINT. Am I going to have database preforemannce problems now? thanks in advance, ~cherylw |
|
#2
|
|||
|
|||
|
RE: smallINT question
"memberId (5) smallINT" should be "memberId smallint(5)" or just "memberId smallint"...
|
![]() |
| Viewing: Codewalkers Forums > Other Technologies > Database Help > smallINT question |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|