Please be aware that the SAP SQL Anywhere Forum will be shut down on August 29th, 2024 when all it's content will be migrated to the SAP Community.

I know that table names of article definition are listed in table SYSARTICLES, but where are the column definitions to see?

For example:

create publication MYPUB (table MYTABLE(COL1, COL3, COL4));

With which query can I find which columns of MYTABLE are synchronising? Since the table SYSARTICLES shows only tablename.

asked 01 Mar '23, 06:04

Baron's gravatar image

Baron
2.2k144153181
accept rate: 48%


Try SYSARTICLECOL / SYSARTICLECOLS...

permanent link

answered 01 Mar '23, 06:39

Volker%20Barth's gravatar image

Volker Barth
40.5k365556827
accept rate: 34%

edited 01 Mar '23, 06:40

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:

×371
×19

question asked: 01 Mar '23, 06:04

question was seen: 387 times

last updated: 01 Mar '23, 06:40