Monday, April 20, 2015

Table contains user_id, process_id, and datestamp of when user last used process. I want to back-fill...

Table contains user_id, process_id, and datestamp of when user last used process.

I want to back-fill lots of old dates, but I think the function I write should just have user_id and process_id, using SQL to set on update.

No comments:

Post a Comment