column types for intger, float or double field include arrays?

2004-09-02 Thread Raghudev Ramaiah
- Do you Yahoo!? Express yourself with Y! Messenger! Free. Download now.

column types for intger, float or double field include arrays?

2004-09-02 Thread Raghudev Ramaiah
hi i have used column types such as intger and float and double for fields in the MySQL tables. can i use arryas of integers, floats and doubles as column type? i.e., can a field ina table be an integer array or float array ? ex: count[20] integer is it allowed and is it an array? thanks and

Re: column types for intger, float or double field include arrays?

2004-09-02 Thread Raghudev Ramaiah
Raghudev Ramaiah wrote: hi i have used column types such as intger and float and double for fields in the MySQL tables. can i use arryas of integers, floats and doubles as column type? i.e., can a field ina table be an integer array or float array ? ex: count[20] integer is it allowed