Scrabouillmax/Birdie_technical_test

Template strings inside template strings

fenderface66 opened this issue · 0 comments

`SELECT DISTINCT \`${variable}\` AS var, COUNT(\`${variable}\`) AS count, AVG(age) \

Hi, i'm one of the developers from Birdie. I just want to ask a few questions concerning your code as I review it.

Why did you place back ticks around ${variable} when the entire query is a template string.