usamaalam
May 21st, 2009, 10:27 AM
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.
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.