#sql-optimize
Read more stories on Hashnode
Articles with this tag
1. Use ‘regexp_like’ to replace ‘LIKE’ clauses Normal Query - SELECT * FROM table1 WHERE lower(item_name) LIKE '%Table%' OR lower(item_name) LIKE...