News

The following code is an example of inserting characters using the escape backslash:insert into customers (name, address) values ('Joe O\'neal', '111 Nowhere St\, Brentwood\, TN')Notice the ...