Application Development and Automation Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 
Read only

NOT ENOUGH vALUES

0 Likes
1,208
  • SAP Managed Tags

Hi

I am trying to create a table using data type ST_POINT, however I am getting the error not enough values can you support for the same.

Thanks in Advancespatial-error.jpgsatial-error-1.png

1 ACCEPTED SOLUTION
Read only

Former Member
1,152
  • SAP Managed Tags

Hi,

Your column definition has 6 columns but your insert statement has only 5 values. The error is correct.

You've provided 2 spatial columns but given value for only one, Fix that, it would work fine.

Thanks

1 REPLY 1
Read only

Former Member
1,153
  • SAP Managed Tags

Hi,

Your column definition has 6 columns but your insert statement has only 5 values. The error is correct.

You've provided 2 spatial columns but given value for only one, Fix that, it would work fine.

Thanks