Hello everyone,
I need help with a simple query as I'm not well versed in SQL. Basically this is the query:
SELECT
name,
version,
install_location,
install_source,
publisher,
install_date,
identifying_number
FROM programs
Where name LIKE '%CAD%'
The only problem is that I also need to show the user in the results, which I can't seem to do because that column doesn't exist in "FROM programs"
Is there anyone who can help out with this?
Kind regards,
Mago