plsql - PL/SQL with Java to delete tables older than 3 days -


Questions for dropping 10 days old table for this follwing PL / SQL statement

   

Using

  callable location cs = null; cs = conn.prepareCall (s); cs.execute (rplSql);   

But this invalid SQL statement looks at any idea?

Try:

  Select table_name from ALL_TABLES where regexp_like (table_name    for the statement in 'ABCD [[:: Points:]] {8}')   



Comments

Popular posts from this blog

python - Writing Greek in matplotlib labels, titles -

c# - LINQ to Entities does not recognize the method 'Int32 IndexOf(System.String, System.StringComparison)' method -

Pygame memory leak with transform.flip -