MySQL

5 posts tagged with "MySQL"

March 5, 2018 · 2 min read
Fetching Items with Multiple Tags in a Tag-based Search
The previous method can tag multiple, but can retrieve only mails from a single label. In this article, we'll see how to retrieve mails from more than one label.
Programming
June 14, 2017 · 7 min read
Implementation for tag based mail system by JOINS using MySQL Database
A beginner's guide to implement tags based mail system using MySQL JOINs.
Programming
May 20, 2017 · 7 min read
Challenge: Making an Affiliate Registration with Hierarchy
A PHP & MySQL script for creating a simple affiliate registration marketing.
Programming
May 12, 2017 · 2 min read
Getting the consolidated sum of transactions grouped by currency just using MySQL
This article explains how you can make all the complex calculations using only the Database Server, instead of processing the data on the server side application.
Programming
April 5, 2017 · 2 min read
Résumé
The nightmare with UTF-8 encoding in Database!
Programming