×

Welcome to TagMyCode

Please login or create account to add a snippet.
0
0
 
0
Language: SQL
Posted by: userc865b
Added: Sep 5, 2018 12:17 PM
Views: 3332
Tags: mysql
  1. SELECT * FROM test1  
  2. JOIN  test2 USING(IDPruef)
  3. JOIN test3 USING (IDCheck)