User Tools

Site Tools


kurs:sessions_transactionen

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

kurs:sessions_transactionen [2014/09/10 21:22]
kurs:sessions_transactionen [2014/09/10 21:22] (current)
Line 1: Line 1:
 +<​code>​
 +select * from test;
  
 +update test set tst_text = '​blo'​ where tst_text = '​bla';​
 +
 +insert into test (tst_id, tst_text) values (4, '​blab'​);​
 +</​code>​
kurs/sessions_transactionen.txt ยท Last modified: 2014/09/10 21:22 (external edit)