Why wont SQL let me add a column?

Copper Contributor

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?

1 Reply
That's not a error message from Microsoft SQL Server; which RDBMS are you using; oracleß