SELECT
COUNT (quote_id) AS total_quotes,
‘adding deeper darkness to a night already devoid of stars.’ AS message
FROM mlk_quotes
WHERE quote_text LIKE ‘%dream%’
OR quote_text LIKE ‘%equality%’
OR quote_text LIKE ‘%justice%’
;
#mlk #stem #sql #ihaveadream #code #coding
COUNT (quote_id) AS total_quotes,
‘adding deeper darkness to a night already devoid of stars.’ AS message
FROM mlk_quotes
WHERE quote_text LIKE ‘%dream%’
OR quote_text LIKE ‘%equality%’
OR quote_text LIKE ‘%justice%’
;
#mlk #stem #sql #ihaveadream #code #coding
Comments