Scot Kreienkamp wrote:
> I have a table like so:
>
> Receiptlimitid: BIGINT (Primary Key)
> Profitcenterid: BIGINT
> Receiptnumber: INTEGER
>
> All are set to Not Null also.
>
>
> My question is, if I have an insert that goes idle in transaction for a while
> before it commits, will
> it stop
Hey everyone,
I have a table like so:
Receiptlimitid: BIGINT (Primary Key)
Profitcenterid: BIGINT
Receiptnumber: INTEGER
All are set to Not Null also.
My question is, if I have an insert that goes idle in transaction for a while
before it commits, will it stop all other inserts from happening