I'm using SPSS Modeler 17.0 and I want to delete a row from a table. In export database node there is only the option Delete all existing records
. It deletes all the records and does enable to delete just one using a WHERE
sql like condition.
Is there any other way to do it? using jython scripts for example ?