Welcome to the Treehouse Community
Want to collaborate on code errors? Have bugs you need feedback on? Looking for an extra set of eyes on your latest project? Get support with fellow developers, designers, and programmers of all backgrounds and skill levels here with the Treehouse Community! While you're at it, check out some resources Treehouse students have shared here.
Looking to learn something new?
Treehouse offers a seven day free trial for new students. Get access to thousands of hours of content and join thousands of Treehouse students and alumni in the community today.
Start your free trialNico Leuchter
9,572 PointsHello, I ask myself if i put EVERY function in a place where i put a column name or value.
Question in the header :).
Charlie Harcourt
8,046 PointsNot sure what you're talking about. Please rephrase your question.
Thanks :)
1 Answer
kevin hudson
Courses Plus Student 11,987 PointsYes, you can put in the column name as the passing argument to the function(). It now just depends on what that function() is actually doing that makes it relevant or not.
Andrew Winkler
37,739 PointsAndrew Winkler
37,739 PointsCould you rephrase your question in more precise wording? A function in SQL performs a calculation or modification of data in a table. Column names are groups of data, whereas values are the measurements of data in those groups. What exactly are you asking?