how do i insert a string "N.A" into a column who define as varchar datatype...i tried to use cast but cannot...need to know the right way..

Insert into Table (xxx) Values ("N.A") ? or ?