Hi,

I like to remove a column from a table, which also happens to be a foreign key.
So I have ro remove the Foreign key first and then drop the column.

The proper commands are:

alter table <table> drop constraint <conname>
alter table <table> drop column <colum>

My problem is that I don't know the <conname>.
Does anybody knows how to find this conname?


Tony

-- 
You received this message because you are subscribed to the Google Groups 
"RBASE-L" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
For more options, visit https://groups.google.com/d/optout.

Reply via email to