Sign up on the Revelation Software website to have access to the most current content, and to be able to ask questions and get answers from the Revelation community

At 13 MAY 1998 11:12:03AM Andre' Pimentel wrote:

Is is possible to select more than one table at a time, in other words, do the equivalent of " Listtables ", where all tables will be selected. I would like to select all tables containing a '.' .


At 13 MAY 1998 12:11PM Saul Mendoza wrote:

Use the following:

  LIST SYSTABLE WITH @ID CONTAINING "."

This will give you a listing of all the tables if you want to select them and then save the list for later processing..

  SELECT SYSTABLE WITH @ID CONTAINING "."
  SAVELIST MYLIST

Saul

View this thread on the forum...

  • third_party_content/community/commentary/forums_nonworks/1677f03f5e4e38bd852566030053806b.txt
  • Last modified: 2023/12/28 07:40
  • by 127.0.0.1