Click here to Skip to main content
15,891,136 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello.

Please change under the sql statement to Oracle syntax.

Thank you.

-----------------------------------------------------------------------

CREATE TABLE [dbo].[E_QUALITY_IF]
(
...//create some fields
CONSTRAINT [PK_E_QUALITY_IF] PRIMARY KEY
CLUSTERED
(
[PROD_DT] ASC, [LOG_SEQ] ASC
)
WITH
(
PAD_INDEX = OFF
)
ON [PRIMARY]
)
ON [PRIMARY]

----------------------------------------------------------------------

What I have tried:

I had written directly to the Oracle table creation statements.

However, it involves various constraints on Bonnie did not execute an error in the sentence blossomed.
Posted
Updated 1-Sep-16 19:48pm
v2

1 solution

 
Share this answer
 
Comments
Maciej Los 2-Sep-16 1:43am    
5ed!
Mehdi Gholam 2-Sep-16 1:44am    
Thanks Maciej!

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900