This is the join that you have to do.
select t.ts_name,s.st_status,s.st_description, st_expected, st_actual from step s, test t
where s.st_test_id = t.ts_test_id
and s.st_test_id = '1578'
Regards
Yordys
This is the join that you have to do.
select t.ts_name,s.st_status,s.st_description, st_expected, st_actual from step s, test t
where s.st_test_id = t.ts_test_id
and s.st_test_id = '1578'
Regards
Yordys