[MonetDB-users] Tableau Alias error

9 Nov
2011
9 Nov
'11
12:27 p.m.
Hello, When connecting from Tableau, the following syntax generates and error on the command line, is this correct ? (The :w triggers the error.) Regards, Jeremy select count(context_key) as "context_key:w" from context_dim;

9 Nov
9 Nov
3:58 p.m.
On 2011-11-09 13:27, Jeremy O'Sullivan wrote:
Hello, When connecting from Tableau, the following syntax generates and error on the command line, is this correct ? (The :w triggers the error.) Regards, Jeremy
select count(context_key) as "context_key:w" from context_dim;
It seems from looking at the code that only underscore, alphanumerics, space and parentheses are allowed as column names (including aliases). In other words, the colon is not allowed here. -- Sjoerd Mullender
4872
Age (days ago)
4872
Last active (days ago)
1 comments
2 participants
participants (2)
-
Jeremy O'Sullivan
-
Sjoerd Mullender