How can I get a list of the indices on a table in my sybase database using Perl? The goal is to "copy" all the indices from a table to a nearly identical table.
Is '$dbh->selectarray_ref('sp_helpindex $table') the best I can do?
|
4 | deleted 1 characters in body | ||
|
How can I get a list of the indices on a table in my sybase database using Perl? The goal is to "copy" all the indices from a table to a nearly identical table. Is ' |
||||
|
3 | added 16 characters in body | ||
|
How can I get a list of the indices on a table in my sybase database using Perl? The goal is to "copy" all the indices from a table to a nearly identical table. Is '$dbh->selectarray_ref('sp_helpindex |
||||
|
2 | edited body; edited title | ||
How can I get a list of indices on a sql SQL table using perlPerl?How can I get a list of the indices on a table in my sybase database using perlPerl? The goal is to "copy" all the indices from a table to a nearly identical table. Is '$dbh->selectarray_ref('sp_helpindex $table') the best I can do? |
||||
|
1 |
|
||