insert a comma?
Posted: Thu Jan 22, 2004 1:47 pm
ok, say i want to start a new entry into a table, and want to insert the default value as a comma, hwo would i do that?
insert into mytable ( name,age,nosehair) values (",",",",",")
^^^doesnt work...^^^
insert into mytable ( name,age,nosehair) values (",",",",",")
^^^doesnt work...^^^