Another question. (I am just getting comfortable with mysql as you can see, but saving all of my examples for future ref). I am trying to add a description for "assorted subs". The field is call "DESC". My code that does not work is
Help would be greatly appreciated, Buffmin
Code:
("update table 'subs' (DESC) values (ham,salami,cap) where 'NAME' = 'Assorted' ")
Comment