Byte My Data

A personal collection of advice and solutions I've used.

About the author

Something about the author

Create a table in Oracle stored procedure or function

Use the following:

EXECUTE IMMEDIATE 'CREATE TABLE MyTable (id NUMBER)';

Permalink | Comments (0) | Post RSSRSS comment feed

Comments

Add comment




  Country flag

biuquote
  • Comment
  • Preview
Loading