Please be aware that the content in SAP SQL Anywhere Forum will be migrated to the SAP Community in June and this forum will be retired.

I want to modify the object_id , how to modify it

update "SYS"."SYSTABCOL" set object_id=new_id where object_id=2550

asked 27 May '20, 03:38

mfkpie8's gravatar image

mfkpie8
273667075
accept rate: 12%


The object_id is generated by SQLA when the object is created. You cannot change it.

permanent link

answered 27 May '20, 04:00

Mark%20Culp's gravatar image

Mark Culp
24.9k10141297
accept rate: 41%

2

...and why would you want to???

FWIW: Dropping and re-creating the object should lead to a different object_id.

(27 May '20, 04:44) Volker Barth
Comment Text Removed

All system tables are read only

(28 May '20, 03:38) Justin Willey
Replies hidden

Well, you also say you modify them via DDL, not DML..:)

(28 May '20, 15:40) Volker Barth
Your answer
toggle preview

Follow this question

By Email:

Once you sign in you will be able to subscribe for any updates here

By RSS:

Answers

Answers and Comments

Markdown Basics

  • *italic* or _italic_
  • **bold** or __bold__
  • link:[text](http://url.com/ "title")
  • image?![alt text](/path/img.jpg "title")
  • numbered list: 1. Foo 2. Bar
  • to add a line break simply add two spaces to where you would like the new line to be.
  • basic HTML tags are also supported

Question tags:

×438

question asked: 27 May '20, 03:38

question was seen: 783 times

last updated: 28 May '20, 15:40