on 15/12/03 12:13 pm, Graham Little at [EMAIL PROTECTED]
wrote:

> 
> +----------+---------+------+-----+---------+-------+
> | Field    | Type    | Null | Key | Default | Extra |
> +----------+---------+------+-----+---------+-------+
> | cou_id   | int(11) |      | PRI | 0       |       |
> | cou_name | text    |      |     |         |       |
> +----------+---------+------+-----+---------+-------+
> 
> I am getting the following error message and i am not
> sure why?
> 
> Error 1054: Unknown column 'id' in 'field list'

Your field is called 'cou_id' not 'id' (and 'cou_name' not 'country').

Roddie Grant
[EMAIL PROTECTED]


-- 
MySQL General Mailing List
For list archives: http://lists.mysql.com/mysql
To unsubscribe:    http://lists.mysql.com/[EMAIL PROTECTED]

Reply via email to