On 8 December 2011 06:28, Richard Weiss wrote:
> Hi, I am using squeryl, which is based on jdbc, and I am trying to run the
> following statement:
> delete from "Entry" where ("id" = 0)
> but the query never seems to finish. I have tried it in both the program I
> am writing, and the above stateme
Hi, I am using squeryl, which is based on jdbc, and I am trying to run the
following statement:
delete from "Entry" where ("id" = 0)
but the query never seems to finish. I have tried it in both the program I
am writing, and the above statement in pgadmin3, and both cases never
finish.
Other queries