I am playing with PlayScala and Slick. But stocked at how to execute Like query in Slick2. Any Documentation will be more helpful
SQL:
SELECT * FROM MyTable WHERE columnA LIKE "%s%";
I am playing with PlayScala and Slick. But stocked at how to execute Like query in Slick2. Any Documentation will be more helpful
SQL:
SELECT * FROM MyTable WHERE columnA LIKE "%s%";