Diference between dql and sql statements
Hello, I have noticed many times that when I execute a delete dql checking the show sql check box, the equivalent sql is a select instead of a delete, and this doesn't make sense to me...for example, the following dql: delete dm_sysobject objects where object_name like 'delete%' turns into: SELECT dm_dbalias_B.R_OBJECT_ID…