Below I’ll describe a problem with views that is raised when view related tables are changed.
Problem: When structure of a table is changed, all views that use “SELECT *” from this table must be refreshed manually. Otherwise the changes do not affect the views. Below are the steps to reproduce this behavior:
Create a […]

Recent Comments