A
A
Angelxalfa2015-04-08 15:16:51
PHP
Angelxalfa, 2015-04-08 15:16:51

postgres error?

Good afternoon!
Execute query on Postgres database

$table_insert = pg_query($dbconn, "INSERT INTO test (col1,col2,col3,col4,col5) VALUES ('val1','val2','val3','val4','val5')");

In this case, the data is entered into the database correctly, but the error
ERROR is displayed: syntax error at end of input LINE 1: INSERT INTO test ^
What does this mean? Should I pay attention to this, because the data is saved?
Thanks in advance!

Answer the question

In order to leave comments, you need to log in

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question