1 2 3 4 5 6 7 8
use plato; --insert into Output select TablePath() as table_path from Input as a join Input as b using(key) where a.key = '200' ;