How to implement select distinct statement in Supersonic?
73 views
Skip to first unread message
Zhichao Liang
unread,
Jul 1, 2013, 7:25:55 AM7/1/13
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to supersonic-...@googlegroups.com
Hi,
I just wanna select all the distinct values from one column of a given table, such as "SELECT DISTINCT attribute_name FROM table_name". Any API in Supersonic can do this? I tried to find it by browsing the source code of Supersonic but failed. Thanks a lot!