How can we help you today? How can we help you today?
ccparkhill

Activity overview

Latest activity by ccparkhill

Thanks @Dan_J, very useful. It would be nice to see min/max on date columns too. / comments
Thanks @Dan_J, very useful. It would be nice to see min/max on date columns too.
0 votes
Show Aggregate Result
Great new feature but can we please also have distinct count?Also, all I seem to be able to get with dates is a count, distinct count, min and max would also be useful.
2 followers 3 comments 0 votes
Hi Sujay, I have the latest version, I'm using it against Azure SQL, here are my settings: [image] [image] / comments
Hi Sujay,I have the latest version, I'm using it against Azure SQL, here are my settings:
0 votes
DATETRUNC
SQL prompt doesn't seem to handle DATETRUNC when formatting, instead of this:SELECT DATETRUNC (YEAR, [d].[FullDate]) AS [YearStartDate] FROM [Dim].[Date] AS [d];I get this, which errors when execut...
3 followers 8 comments 0 votes
Initially the newest release formatted the above query fine, but then it just seemed to revert to the previous behaviour. / comments
Initially the newest release formatted the above query fine, but then it just seemed to revert to the previous behaviour.
0 votes
I saw that IGNORE NULLS was mentioned in the latest release, but I still have the issue detailed above. / comments
I saw that IGNORE NULLS was mentioned in the latest release, but I still have the issue detailed above.
0 votes
GREATEST and LAST_VALUE IGNORE NULLS
SQL Prompt incorrectly formats GREATEST and IGNORE NULLS ( as well as PARTITION) with square brackets, which breaks the query, I'm using Azure SQL Database. So you end up with:[GREATEST] ([x].[ColB...
2 followers 6 comments 0 votes