Pattern starting with % don't work
Closed this issue · 0 comments
pikatchu commented
This doesn't work:
echo "select * from (select '' as path) where path like '%foo';" | skdb
But the following does:
echo "select * from (select '' as path) where path like '%foo%';" | skdb