I have a point layer (xyz_coordinates_UTM33N) and a polygon layer (section1) in a SpatiaLite database.
I wish to extract the points within the polygon to a new layer, and I want that layer stored in the database.

I know I can create a new layer by using the Intersection tool, but how can I save the new point file without first saving it as a shapefile and then importing it into the database?
Using the "Save to SpatiaLite table" only creates a new database! How can I accomplish this without all the extra steps?





ProgrammingError: Cannot operate on a closed database.is it same as you ? – Hugo Roussaffa Nov 01 '17 at 11:28