How to learn Analytic or Windows functions in MySQL for data science – Part 1?

5 years ago

Data Science is in too much Hype these days. Every organization is now a day looking for data scientists. The…

MySQL8 STRCMP() Functions – String Functions

MySQL8 STRCMP() Functions – String Functions

5 years ago

STRCMP() Functions let us compare the string according to their sort order. Both the inputs should be strings. It will…

Ways to Select Everything Before/After a Certain Character in MySQL8 – STRING_INDEX() Functions – String Functions

5 years ago

SUBSTRING_INDEX(), This function returns everything before or after a certain character (or characters) in a string. This function let you…

MySQL8 SUBSTR() Functions – String Functions

5 years ago

SUBSTR(), This function returns a substring starting from the specified position. Both MID() and SUBSTR() are synonyms of SUBSTRING(). The…

MySQL8 SUBSTRING() Functions – String Functions

5 years ago

SUBSTRING(), This function returns a substring starting from the specified position. Both MID() and SUBSTR() are synonyms of SUBSTRING(). The…

MySQL8 SOUNDS LIKE() Functions – String Functions

5 years ago

SOUNDS LIKE() Functions returns value 0 (False)or 1(True) depending upon the sounds of the input strings matches or not. This…

MySQL8 SOUNDEX() Functions – String Functions

5 years ago

SOUNDEX() Functions returns a Soundex string from a given input string. Returns NULL if the argument is NULL. If two…

Black Friday Sale on Hair Wigs: Indique

5 years ago

Black Friday sale is the thanksgiving holiday sale. This comes only once a year because different retailers are ready to…

MySQL8 SPACE() Functions – String Functions

5 years ago

SPACE() Functions returns a string consisting of the blank space repeated count times. If count is less than(<) 1, it…

MySQL8 QUOTE() Functions – String Functions

5 years ago

QUOTE() function returns the string surrounded by single quotations and escapes the backslash in it. The MySQL QUOTE() function quotes…