I tried running
SELECT RecoverGeometryColumn( outtest, geometry, 3400 , POINT);in Spatialite 4.3 but get error: No such column outtest
Outtest is a table - not a column as per the syntax:RecoverGeometryColumn( table String , column String , srid Integer , geom_type String [ , dimension...