Application Development Discussions
Join the discussions or start your own on all things application development, including tools and APIs, programming models, and keeping your skills sharp.
cancel
Showing results for 
Search instead for 
Did you mean: 

how to print index of a primary key field

Former Member
0 Kudos
126

hye friends,

How to print index of a primary key field of a db table???

Thanks in advance.

Sunny

1 ACCEPTED SOLUTION

Former Member
0 Kudos
102

Hi,

I'm not sure, if I understand your problem right, but take a look to:

PRINT-CONTROL INDEX-LINE <f>. ......ORDER BY PRIMARY KEY

Maybe it help.

Nicole

3 REPLIES 3

Former Member
0 Kudos
102

Hi,

I'm not sure, if I understand your problem right, but take a look to:

PRINT-CONTROL INDEX-LINE <f>. ......ORDER BY PRIMARY KEY

Maybe it help.

Nicole

Former Member
0 Kudos
103

Hi,

I'm not sure, if I understand your problem right, but take a look to:

PRINT-CONTROL INDEX-LINE <f>. ......ORDER BY PRIMARY KEY

Maybe it help.

Nicole

Former Member
0 Kudos
102

thanks