Stefan Ram
2020-03-17 17:21:22 UTC
Sorry, can't find a better newsgroup!
Does ISO SQL forbid Views with the same column name
twice anywhere? As in
CREATE VIEW V AS SELECT C,C FROM T;
. If so, where does ISQ SQL forbid this? TIA!
(MySQL does clearly forbid this.)
Does ISO SQL forbid Views with the same column name
twice anywhere? As in
CREATE VIEW V AS SELECT C,C FROM T;
. If so, where does ISQ SQL forbid this? TIA!
(MySQL does clearly forbid this.)