How can I get the difference in days between 2 timestamp fields in Google Big Query?
The only function I know is Datediff
which only works in Legacy SQL but I'm in Standard SQL.
For example: the difference between 20180115 to 20180220 is 36 days.