Feb 04 2023 03:43 PM
I am new to sql and currently trying to add a column to a dataset, for context this set is an amalgam of other sets combined by using the "insert into" command. When I run the code
alter table ride_data
add Distance float
it returns the error, Distance is not a supported nested object type.
does anyone know a fix or possible work around for this issue?
Feb 05 2023 10:43 PM