Replace the string using REGEXP_REPLACE function in Teradata
REGEXP_REPLACE function in Teradata REGEXP_REPLACE is one of the regular expression function in Teradata. It is used to replace the
Continue readingREGEXP_REPLACE function in Teradata REGEXP_REPLACE is one of the regular expression function in Teradata. It is used to replace the
Continue readingALTER TABLE ADD PARTITION in Hive Alter table statement is used to change the table structure or properties of an
Continue readingExcel COUNTIF function Description COUNTIF function is used to count the number of cells with in the range that meets
Continue readingPIVOT in Teradata Pivot function is used for transforming rows into columns in Teradata. It allows us to aggregate and
Continue readingGrant in Teradata Grant statement is used to provide the privileges (permissions) such as SELECT,INSERT,UPDATE on a table to user.
Continue readingVLOOKUP in Excel Vlookup (“V” stands for Vertical) is a build in function in Excel. It is used to lookup(find)
Continue readingCalculate a Percentage of a number in Excel Percentage is an expression of part of the whole. For example, You
Continue readingIn some cases, we want to concatenate/join the different column values to create the single value. There are two ways
Continue readingDrop a column in a table in Teradata We can use ALTER TABLE command to drop a column from an
Continue readingJavascript is providing three different methods to extract the Substring from the given input string. The methods are listed below
Continue reading