my sqlite database "db" have a column remarks text default "2012", I want to 
add string "high" to the string of remark as "2012high" when the score >80

and add string "middle" to the string of remark as "2012middle" when the 
score>60 and score <80
 
update the db.remarks value strcat(remark,"high") where db.score>80

how to do this?
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to