Hi,
I am new to teradata. I have a doubt regarding Teradata lock. Consider below Scenario, one insert Statement after a BT statement in SESSION 1 without any ET .
SESSION 1:
BT;
INSERT INTO TABLE1(C1,C2,C3) VALUES(100,'ABC',current_timestamp(0));
*** End transaction accepted.
*** Total elapsed time was 1 second.
-------------------------------------------
↧