RootCauseunvalidated
you didn't add a space at the end of each line — all lines will be merged without any space. Tension: `Contact_Info` and `add` is connected without space and that is a syntax error. Outcome: all lines will be merged without any space, like this `alter table Contact_Infoadd column`.
c654f76d-a882-4f32-b353-4ebe41c31de1
you didn't add a space at the end of each line — all lines will be merged without any space. Tension: Contact_Info and add is connected without space and that is a syntax error. Outcome: all lines will be merged without any space, like this alter table Contact_Infoadd column.