Guest User

Untitled

a guest
May 27th, 2018
99
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. CREATE TABLE new
  2. STORED AS PARQUET AS
  3. SELECT DISTINCT
  4. CASE t1.customer_number = RIGHT(t1.customer_number, LEN(t1.customer_number) - 2)
  5. from Old;
Add Comment
Please, Sign In to add comment