How can I create a field in a table with data type auto number,
e.g.
create table docUsers (id number, login text(25), password text(25), level number, constraint doc_pk primary key ([id]) )
In this query I want to change the data type of id to autonumber, how can I achieve that.
Thanx
Aatif...
Hello,
How can i find the name of relationship in the table, I want to use query
ALTER TABLE table DROP CONSTRAINT constraintName
if it is correct, but what abt constraintName how can i find out that...
Aatif
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.