Good I want to make a delete using SQLite and I would like the query not to run if the field of the where did not exist, is this possible? Then I leave an example of my query:
delete from SANCION_DETALLE where SANCION_DETALLE.SANCION = 47
(This query is executed even though there is no sanction 47 on my table)
Thanks in advance.