Guest User

Untitled

a guest
Nov 20th, 2017
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.35 KB | None | 0 0
  1. CREATE TABLE first_query ( AADFYear int, RoadCategory text,
  2. LightGoodsVehicles text, PRIMARY KEY(AADFYear, RoadCategory);
  3.  
  4. COPY first_query (AADFYear, RoadCategory, LightGoodsVehicles) FROM '..ukTrafficAADF.csv' WITH DELIMITER=',' AND HEADER=TRUE;
  5.  
  6. Failed to import 5000 rows: ParseError - Invalid row length 29 should be 3, given up without retries
Add Comment
Please, Sign In to add comment