Posts by Gabriel Filipe Carvalho • 31 points
1 post
-
2
votes1
answer451
viewsQ: Is it possible to query "INSERT INTO table SET field = 'value' " in Postgresql?
It is possible to run the query INSERT INTO nome_tabela SET nome_campo = 'aaaa' in the Postgresql database. I had to migrate a virtual store made in PHP with bank Mysql, for Postgresql. The bank…