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 Concatenating Text

How to get the email formatted correctly?

I must have missed a portion of the material, because I can't figure out how to format the email correctly.

2 Answers

Steven Parker
Steven Parker
229,732 Points

You probably didn't miss anything, they are specifically asking you to use what you've learned creatively to do something that's not exactly like the previous examples. Here's a few hints:

  • you'll need to concatenate columns and a few literal strings
  • the literal strings will add spaces and/or special symbols (like <) to create the indicated format
  • remember to apply the alias to the entire constructed string

If you still need help, show what you've tried so far.

THANK YOU! Concatenation has me all turned around.