I have the following query:
DELETE FROM registration_null_imei_reconcile_view_final WHERE token in (SELECT token from registration_not_null_imei_reconcile_view)
it is giving following exception
java.sql.SQLException: Amazon Invalid operation: cannot delete from a view;
Can't we delete data from redshift views??