Appian Community
Site
Search
Sign In/Register
Site
Search
User
DISCUSS
LEARN
SUCCESS
SUPPORT
Documentation
AppMarket
More
Cancel
I'm looking for ...
State
Not Answered
Replies
2 replies
Subscribers
7 subscribers
Views
2016 views
Users
0 members are here
Share
More
Cancel
Related Discussions
Home
»
Discussions
»
Integrations
I'm trying to write a query that will give me the total counts on a column i
scotte
over 10 years ago
I'm trying to write a query that will give me the total counts on a column in the table. But Appian says you can't use a "*" ...asterisk. Below is my simple query and works outside of Appian. How do I get around this in Appian?
SELECT ROUTE_NAME, COUNT(*) AS "Routing List Total"
FROM CFUSER_DOCUMENT
WHERE SALARY > 10000 =
GROUP BY ROUTE_NAM
Thanks!
OriginalPostID-141077
OriginalPostID-141077
Discussion posts and replies are publicly visible
Parents
0
scotte
over 10 years ago
Sathya... Thanks! that worked
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Reply
0
scotte
over 10 years ago
Sathya... Thanks! that worked
Cancel
Vote Up
0
Vote Down
Sign in to reply
Verify Answer
Cancel
Children
No Data