Nazar wrote:
>
> Hello,
>
> I need to create a db that needs to have 50 columns
> an some columns don't have to go until 50.
> I have created 50 columns and now I am trying to
> enter values that are only 35 columns, and i get
> error "Column count doesn't match value count at row 1"
> How do I go about doing this db?
> Any help would be appreciated.
Hi Nazar
Did you specify the columns you leave out to be NULL?
Did you give the column names you want to insert while inserting?
If not do it!
Tschau
Christian