Solved

Update a raw row in staging

  • 23 October 2023
  • 1 reply
  • 21 views

Badge

Hi! I am trying to update “Planned End Date” for a specified work order in staging.

I have prepared this table to join to my work order raw table:

This is my sql and the error message I got:

Is there a way I could update “Planned End Date”? Thanks in advance. :)

icon

Best answer by Yanzhu Yu 23 October 2023, 14:11

View original

1 reply

Badge

Hi again! The issue is solved by using the following sql:

 

Reply