79155892

Date: 2024-11-04 14:52:12
Score: 1
Natty:
Report link

First time when you add view to your table, view keeps the columns given from table and when you add a new row, you must alter your view just to see a new column in your view.

alter view your_view_name
as
select  *
from your_table
Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: Shakhzod Bobokhonov