>>-CHAnge--/--replaced_string--/----+-----------------------+--><
'-replacing_string--/---'
|
CHANGE is an ISQL command that modifies the current SQL statement in the SQL command buffer and displays the results. If data in the SELECT or FROM clauses of a SELECT statement is changed, associated formatting information for that statement is erased. However, if the changed information is contained in the WHERE, GROUP BY, ORDER BY, or HAVING clauses, associated formatting information for the statement is saved.
If the current SQL statement is:
select * from activity
and you type the following ISQL CHANGE command:
change /*/actno/
the result in the SQL command buffer is:
select actno from activity