fork download
  1. SELECT DISTINCT telefon
  2. FROM clanovi JOIN kazne
  3. ON (clanovi.broj_clanske_karte = kazne.broj_clanske_karte)
  4.  
  5.  
Success #stdin #stdout #stderr 0.01s 5308KB
stdin
Standard input is empty
stdout
Standard output is empty
stderr
Error: near line 1: no such table: clanovi