Examples

  1. To delete the values for all global variables that were previously set.
    RESET GLOBAL ALL
  2. To delete the values only for the variables named DEPT and LOCATION.
    RESET GLOBAL (DEPT LOCATION
[ Previous Page | Next Page | Contents | Index ]