usamaalam
05-21-2009, 05:24 PM
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.