skip to Main Content

postgresql group by – SEO

This is my query in Postgresql: SELECT C.id, S.domen, B.name, C.source_id, ST.name FROM "calls" C INNER JOIN "site" S ON S.id=C.site_id INNER JOIN "sources" ON sources.id=C.source_id INNER JOIN "brand" B ON B.id = S.id_brand INNER JOIN "source_types" ST ON ST.id…

VIEW QUESTION

Cannot authenticate in PostgreSQL DB on plesk

We have just installed the PostgreSQL component into plesk but we cannot authenticate using the PHP function @pg_connect() $connection = @pg_connect("host=localhost port=5432 dbname=my_db_name user=my_user password=my_pwd"); output("Connection: ".$connection); The error is showed in the connection object that is printed: Connection: Array…

VIEW QUESTION
Back To Top
Search