Stacy Mader wrote:
> 
> Hi all,
> 
> In a file called weather (in /tmp/weather_db) I have some date files in
> the following format:
> 
> 
>Date&Time,MaxWSpd,AvgWSpd,WindDir,AirPres,RainBkt,RelHumd,OutTemp,InsTemp,MsrTemp,FocTemp,XtrTemp


The column name "Date&Time" is not a valid SQL column name.  Column
names can not contain anything other than letters, numbers, and
underscores.

-- 
Jeff

Reply via email to