View Single Post

   
  #6 (permalink)  
Old 02-24-2008, 05:00 PM
Mark D Powell
 
Posts: n/a
Default Re: DBMS_STATS "Missing expression"

Being that GROUP is a reserved word I wonder if using it as a column
name is what is causing the problem. Any chance you can recreate the
table with a better column name and repeat the dbms_stats call. For
that matter if you create a second table using GROUP as a column name
can you duplicate the error?

HTH -- Mark D Powell --

Reply With Quote