Forum Discussion
saighj
Feb 04, 2023Copper Contributor
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?
- olafhelperBronze ContributorThat's not a error message from Microsoft SQL Server; which RDBMS are you using; oracleß