How can I get the default value for a column if I can only reference a view, which is a composite of multiple tables? Rather, is it even feasible?
Disregard permissions for the time being. How to get the default value for a column from a table directly is discussed here, however that is insufficient because if I query for the default value of the column in the view, it reasonably returns nothing/null.