Forum Discussion

saighj's avatar
saighj
Copper Contributor
Feb 04, 2023

Why wont SQL let me add a column?

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?

  • olafhelper's avatar
    olafhelper
    Bronze Contributor
    That's not a error message from Microsoft SQL Server; which RDBMS are you using; oracleß

Resources