listing expressions used (lstexp)

Post Reply
basement_addict
Posts: 78
Joined: Mon Nov 19, 2001 5:20 pm

listing expressions used (lstexp)

Post by basement_addict »

regarding this statement:

"If you update an index it will use the expressions that were in force when initially created."


How would I go about getting the expressions that were used when the index was initially created?


Thanks
User avatar
mark
Site Admin
Posts: 5519
Joined: Tue Apr 25, 2000 6:56 pm

listing expressions used (lstexp)

Post by mark »

Unfortunately there's no direct way to do it. You could addtable the _P.tbl file for the index and select * from that where Param='Index Expression'. Or, on *nix you could run "strings" on the _P.tbl file.
Post Reply