Teradata Studio: How to change query font size in SQL Editor?
If you need, you can easily change font size in Teradata Studio for Query, Answerset or History window. Increasing or decreasing font size in Teradata Studio can quickly improve your…
If you need, you can easily change font size in Teradata Studio for Query, Answerset or History window. Increasing or decreasing font size in Teradata Studio can quickly improve your…
Sometimes you got business requirments to create new view or dashboard and to do this you need to convert rows to columns. You can transpose them on two ways: using…
When you create tables, you can set a lot of data type attribues like CHARACTER SET, FORMAT, UPPERCASE or (NOT) CASESPECIFIC. CASESPECIFIC attribute specifies case for character data comparisons and…
Data migration between two different database systems always involves the conversion of data types. In this post, I will introduce the concept of data migration and show how to convert…
You will get this error code when try update the target table using multiple records from source. It completely does not matter if you use MERGE or direct UPDATE statement.…
In this post I will explain why you encountered an error [Error 3854] [SQLState HY000] <your object name> is not a view while executing the DDL query at Teradata, what…
In this post, I will explain why you encountered an error [Error 3504] [SQLState HY000] Selected non-aggregate values must be part of the associated group while executing the SQL query…
In this post I will show you how to install Teradata Express (VMware) version 16.20 on VMware Workstation 15.5.0 Player on the Windows operating system. A few words about technologies…
Oracle SQL Developer provides the feature to connect to many databases, including to Teradata, Microsoft SQL Server, IBM DB2, Sybase, MySQL and even Microsoft Access. All you need is the…
In this post, I will explain why you encountered the error message [Error 3653] [SQLState 21S02] All select-lists do not contain the same number of expressions, also known as Failed…