catena icon indicating copy to clipboard operation
catena copied to clipboard

Prevent selection of duplicate result columns

Open pixelspark opened this issue 8 years ago • 0 comments

Prevent the following:

SELECT id, id FROM foo;
SELECT a AS id, b AS id FROM foo;

This is not currently an issue, but will be at some point.

pixelspark avatar Nov 14 '17 07:11 pixelspark