Remembering the Percent as Wildcard 0 ▲ Jake Worth 1 hour ago · Tech · hide · 0 comments It’s been a bit since I was typing SQL into a REPL. One interface that didn’t come back to me right away is the percent character in a like or ilike query: select full_name from users where full_name ilike 'jake%'; Returns: full_name ----------- Jake Gyllenhaal Jake Tapper Jake Worth (3 rows) This percent sign ensures we get all the Jakes. Here’s how I’m going to remember this next time. No comments yet. Log in to reply on the Fediverse. Comments will appear here.