DATEPART(WEEKDAY,order_date) as order_week_day, DATEADD(day,5,order_date) as new_order_date, DATEADD(year,5,order_date) as new_order_year, DATEADD(year,-5,order_date ...
Hello there! 👋 I'm Luca, a BI Developer with a passion for all things data, Proficient in Python, SQL and Power BI ...
select date_format(now() ," %a %M") from dual; # %c and %m same select date_format( now(),"current hour is %h ") from dual; # % h is number of hour ...
Abstract: Regex-dependent string functions are string functions that take regular expressions (regexes) as parameters and are popular means of manipulating strings. They are frequently used for, e.g., ...
If you would like to improve your Excel workflows and spreadsheets and in the process save a huge amount of time you might be interested in mastering Excel date functions. Once mastered this knowledge ...
When you want to replace a string from other string in a string then you can use REPLACE function. REPLACE function returns the string str with all occurrences of the string from Str and replace it by ...
Hello there! 👋 I'm Luca, a BI Developer with a passion for all things data, Proficient in Python, SQL and Power BI ...