Benutzer-Werkzeuge

Webseiten-Werkzeuge


computer:tutorials:sql:daten

Unterschiede

Hier werden die Unterschiede zwischen zwei Versionen gezeigt.

Link zu dieser Vergleichsansicht

Beide Seiten der vorigen Revision Vorhergehende Überarbeitung
computer:tutorials:sql:daten [2013/05/13 10:04]
christian [SQL-Dump]
computer:tutorials:sql:daten [2013/05/13 10:13] (aktuell)
christian [SQL-Dump]
Zeile 170: Zeile 170:
  
 INSERT INTO BESTELL_POS (BST_Nr, ART_Nr, BPOS_Anzahl,​ BPOS_Einzelpreis) INSERT INTO BESTELL_POS (BST_Nr, ART_Nr, BPOS_Anzahl,​ BPOS_Einzelpreis)
-VALUES (1, 1, 10, 199.99)+VALUES (1, 1, 10, 199.99), 
- +(1, 2, 15, 229.99), 
-INSERT INTO BESTELL_POS (BSt_NrART_Nr, BPOS_Anzahl,​ BPOS_Einzelpreis) +(2, 2, 8, 189.99), 
-VALUES ​(1, 2, 15, 229.99)+(2, 3, 8, 219.99), 
- +(3, 1, 1, 199.99), 
-INSERT INTO BESTELL_POS (BST_NrART_Nr, BPOS_Anzahl,​ BPOS_Einzelpreis) +(4, 2, 10, 225.99), 
-VALUES ​(2, 2, 8, 189.99)+(4, 1, 15, 195.99), 
- +(5, 1, 50, 199.99), 
-INSERT INTO BESTELL_POS (BST_NrART_Nr, BPOS_Anzahl,​ BPOS_Einzelpreis) +(6, 6, 2, 2499.99), 
-VALUES ​(2, 3, 8, 219.99)+(6, 7, 4, 1399.99);
- +
-INSERT INTO BESTELL_POS (BST_NrART_Nr, BPOS_Anzahl,​ BPOS_Einzelpreis) +
-VALUES ​(3, 1, 1, 199.99)+
- +
-INSERT INTO BESTELL_POS (BST_NrART_Nr, BPOS_Anzahl,​ BPOS_Einzelpreis) +
-VALUES ​(4, 2, 10, 225.99)+
- +
-INSERT INTO BESTELL_POS (BSt_NrART_Nr, BPOS_Anzahl,​ BPOS_Einzelpreis) +
-VALUES ​(4, 1, 15, 195.99)+
- +
-INSERT INTO BESTELL_POS (BSt_NrART_Nr, BPOS_Anzahl,​ BPOS_Einzelpreis) +
-VALUES ​(5, 1, 50, 199.99)+
- +
-INSERT INTO BESTELL_POS (BSt_NrART_Nr, BPOS_Anzahl,​ BPOS_Einzelpreis) +
-VALUES ​(6, 6, 2, 2499.99)+
- +
-INSERT INTO BESTELL_POS (BSt_NrART_Nr, BPOS_Anzahl,​ BPOS_Einzelpreis) +
-VALUES ​(6, 7, 4, 1399.99);+
 </​code>​ </​code>​
computer/tutorials/sql/daten.txt · Zuletzt geändert: 2013/05/13 10:13 von christian