TAG

Mysql

DATEADD SQL Function Tutorial [Practical Examples]

DATEADD SQL date function that is used for manipulating DateTime datatype values, DATEADD function is used to add or subtract the specific numerical value to a …

By falgunithakker · 8 min read · SQL

SQL Not Equal Tutorial [Practical Examples]

SQL Not Equal is a comparison operator used to compare two not null operand values or an expression, if the left operand value is not equal to the right operand …

By falgunithakker · 7 min read · SQL

SQL If Statement Tutorial [Practical Examples]

practical examples to use sql if statement explained. Use multiple if conditions, sql if else condition, sql nested if else condition with examples

By falgunithakker · 8 min read · SQL

SQL RANK Function Explained [Practical Examples]

Practical examples of SQL RANK function with a single table, multiple tables, with partition argument and ORDER BY ASC and DESC, also mention an example of SQL …

By falgunithakker · 10 min read · SQL

SQL Replace Function Explained [Practical Examples]

SQL REPLACE performs comparisons based on the collation of the input. To perform a comparison in a specified collation, you can use COLLATE to apply an explicit …

By falgunithakker · 8 min read · SQL