Guest User

Untitled

a guest
May 21st, 2018
74
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.20 KB | None | 0 0
  1. max_date=sqlContext.sql("select count(rec_insert_date) from table")
  2.  
  3. incremetal_data=sqlConext.sql(s"select count(1) from table2 where rec_insert_date > $max_dat")
  4.  
  5. u[row-('20018-05-19 00:00:00')]
Add Comment
Please, Sign In to add comment