OneBite.Dev - Coding blog in a bite size

🧑‍🚀 Blog for learning sql

sql blog posts, coding tips and trick in a bitesize to help you learn sql.

Filter data by interval time (between) in mysql

oftentimes we need to filter or select data in mysql by the interval time

sql database

Update text between two words in mysql

How to get and update text between two words in mysql. We can use the replace method and combine in with normal Where clause

sql database