Activity overview
Latest activity by JoshRoss
Wow, you wrote this bug in 2018, and it's now 2018 days later and still not fixed! / comments
Wow, you wrote this bug in 2018, and it's now 2018 days later and still not fixed!
Additional Columns Listed in "Press TAB to expand wildcards"
WITH some_dumb_data AS (
SELECT id,SUM(items)/pack_size AS foo
FROM (VALUES(1,1,1)) v(id,items,pack_size)
GROUP BY id,v.pack_size
)
SELECT *
FROM some_dumb_data
if I tab after the *, I get pa...
Version 9.0.2.3223 / comments
Version 9.0.2.3223