Teradata is a Relational Database Management System (RDBMS), capable of supporting many concurrent users from various client platforms.
In Teradata I can use a statement like ... collect statistics on my_table column(col1) This will gather stats on …
sql database query-optimization teradataWhat makes my situation tricky is that I don't have a single column key, with a simple list of primary …
sql teradataI can't figure out why sometimes LIKE requires ANY and other times it requires ALL, and it's making me crazy. …
sql teradataI have a half dozen views in SQL Server that I need to replicate in Teradata, but I haven't been …
sql teradataI've tried a few examples I've seen on the internet, but I can't seem to figure them out. This is …
sql join teradataI have the client/TTU installed on Unix box for Teradata. If I do the following, it works. Where "..." is …
unix client teradata automated-deployI am using a global application user account to access database A. This user account does not have permissions to …
teradataHow do I find all tables or views that have a column name that matches a pattern. The pattern is …
teradata