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 trial

Databases Reporting with SQL Working with Text Finding the Length of Text

Hello, I ask myself if i put EVERY function in a place where i put a column name or value.

Question in the header :).

Andrew Winkler
Andrew Winkler
37,739 Points

Could 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?

Not sure what you're talking about. Please rephrase your question.

Thanks :)

1 Answer

Yes, 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.