Guest User

Untitled

a guest
Feb 18th, 2019
84
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.32 KB | None | 0 0
  1. CREATE TABLE IF NOT EXISTS test
  2. (datetime STRING, person_name STRING)
  3. ALTER TABLE test SET serdeproperties ('serialization.encoding'='UTF-8');
  4.  
  5. insert into table test values ("2010-01-01", "啊");
  6.  
  7. FAILED: ParseException line 1:51 character '<EOF>' not supported here
  8. line 1:46 character '啊' not supported here
Add Comment
Please, Sign In to add comment