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

Vivek Kumar
Vivek Kumar
1,253 Points

My code is not working.

Task 2 of 2. Task Name: Changing cases of strings My code is attached with the answer. It's not accepting the answer, while I'm pretty sure my code is correct.

My version of code

select first_name || ' ' || upper(last_name) as NAME, library_id as ID from patrons;

1 Answer

Vivek Kumar
Vivek Kumar
1,253 Points

Hi, Thanks for the reply. I got it. I was not aliasing the first_name as stated. Solved.

Thank you. ~Vivek