I'm using SQLYog to manage the data in my MySQL table and I'm trying to use the word "default" as a value in a field and sometimes I get the results I want, and other times I don't. I have tried entering "`default`" as the value, but it stores the actual "`" characters, not resulting in the output I am expecting. If i try "default" it doesn't retain the value. Is there a trick or setting I must set before this will work?