covert date to Julian date in bigquery

93 Views Asked by At

I have a requirement where I need to convert current_date to Julian date in Bigquery. How to do that?

Oracle query select to_char(SYS_EXTRACT_UTC (CAST (TRUNC (SYSDATE + 550) AS TIMESTAMP)), 'J') from dual

I need to rewite above in Bigquery

0

There are 0 best solutions below