Hi there, How can i write an SQL-query that does not get blocked because of another transaction. For example: User 1 executes a transaction on table A and has not jet commited it. User 2 would like to execute a select-statement on the same table, but it gets blocked. How can we avoid this situation, without changing the isolation level of the database? Thanks in advance. Patrick --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
