MYSQL

select CONCAT(file_path, file_name)
from tb_file
where file_seq=2

ORACLE