Jump to content
Sign in to follow this  
tobenschain

key is temporary

Recommended Posts

You can simply achieve that by changing that option and then recompile your source.

 

Seriously you believe we can see your monitor and to read what you're doing?! You should give enough information. We don't know which database you're using and what you're doing. In SQL there is no concept of temporary primary key. You have only two options when you create a database table. The table has a key or it doesn’t (you can also create a primary key and later drop it).

 

Share this post


Link to post

You have to define the primary key in create table statement. Index on query component will not add a PK on database.

Share this post


Link to post

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
Sign in to follow this  

×