Sybase Error – Spatial column ‘%1’ cannot be included in an index because it is not constrained to a single SRID

In this blog post, you’ll learn more about the Sybase Error Spatial column ‘%1’ cannot be included in an index because it is not constrained to a single SRID and the reason for receiving this error

Sybase SQL Error Message

Spatial column ‘%1’ cannot be included in an index because it is not constrained to a single SRID

Reason for this Error

The named spatial column cannot be included in a spatial index because the column is not constrained to have values from a single spatial reference system. The column definition should be of the form “col ST_Geometry(SRID=0)”.