'SQL query in a one line

i would like to know how to replace the query so that the results are on one line, as in the attachment

My code: select k_surname, k_name, p_description, p_date_to

from k_employees, p_functions where k_id = p_id

thank you in advance for your help

Text



Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source