load data                  
infile 'ddd.txt'              
append into table  DDST_download_comdeta
filds terminated by ","    
( q,  
  w, 
  e,  
  c,  
  v,      
  f    char  "123")        /*最后f的值想要赋上统一的特殊值怎么写*/ 
文本中没有f 的值  想要 将f 赋上统一的123 的值  怎么写啊?