Обсуждение: Error Messages
When I run commands other than SELECT, I get error messages like this from Explain
ALTER TABLE sites ALTER COLUMN meters_wgs84 SET NOT NULL;
Query result with 0 rows will be returned.
ERROR: syntax error at or near "ALTER"
LINE 1: ... (ANALYZE off, VERBOSE off, COSTS on, BUFFERS off)ALTER TABL...
^
********** Error **********
ERROR: syntax error at or near "ALTER"
SQL state: 42601
Character: 58
The command will execute just fine. Is this normal?
--
Dinesh Kumar
.jpg)
Ph: +918087463317
Follow us on Twitter
@EnterpriseDB
Visit EnterpriseDB for tutorials, webinars, whitepapers and more
When I run commands other than SELECT, I get error messages like this from Explain
ALTER TABLE sites ALTER COLUMN meters_wgs84 SET NOT NULL;
Query result with 0 rows will be returned.
ERROR: syntax error at or near "ALTER"
LINE 1: ... (ANALYZE off, VERBOSE off, COSTS on, BUFFERS off)ALTER TABL...
^
********** Error **********
ERROR: syntax error at or near "ALTER"
SQL state: 42601
Character: 58
The command will execute just fine. Is this normal?