Hello everybody,
When I run the following statement, it returns 3660 rows. select * from symbols where code = 'AAHSY00';
But when I run the following statement, it doesn't do anything and goes in a never ending loop. delete from symbols where code = 'AAHSY00';
Any idea on how to fix this?
Thanks.