Guest User

Untitled

a guest
Nov 18th, 2017
154
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.36 KB | None | 0 0
  1. host all all * md5
  2.  
  3. st.execute("COPY INPUTDATA FROM 'C:\Users\JAMES\Downloads\V24_Mike_110217_RemovedReturnTrips\RyderCombiner\AllNonMatchingWithColNames.csv' CSV HEADER DELIMITER ',';");
  4.  
  5. Class.forName("org.postgresql.Driver");
  6. Connection conn = DriverManager.getConnection("jdbc:postgresql://192.168.1.15:5432/postgres", "postgres", "pass");
Add Comment
Please, Sign In to add comment