Consultor Eletrônico



Kbase P65094: Error running update statistics on a table.
Autor   Progress Software Corporation - Progress
Acesso   Público
Publicação   5/12/2009
Status: Verified

SYMPTOM(s):

Error running update statistics on a table.

=== SQL Exception 1 ===
SQLState=42000
ErrorCode=-20003
[JDBC Progress Driver]:Syntax error (7587)

UPDATE STATISTICS pub.tablename

FACT(s) (Environment):

UNIX
Windows
Progress 9.x
OpenEdge 10.x

CAUSE:

The UPDATE STATISTICS command being issued requires the FOR statement.

FIX:

Run UPDATE STATISTICS as follows:

UPDATE STATISTICS for pub.tablename.