PS/Query - Updating Query Records via SQL
We have a lot of queries using PS_EMPLOYEES as one of the tables. We would like to update all those queries and point to a view of PS_EMPLOYEES (same fields).
We updated relevant tables. However, the queries still point to PS_EMPLOYEES instead of the view of PS_EMPLOYEES.
Can some shed light on if it is possible to update query records using SQL?