I\'m trying to create a string that is something like this
string myStr = \"CREATE TABLE myTable ( id text, name text )\";
But I get an err
string myStr = @"CREATE TABLE myTable ( id text, name text )";