I have a column in oracle table of data type as varchar2. I am re-creating the same table in Teradata. what should the datatype in Teradata be for this column? Will it be varchar() ? Any help is greatly appreciated. Thanks in advance!
Converting oracle datatype into teradata datatype
340 Views Asked by user3903418 At
0
There are 0 best solutions below
Related Questions in SQL
- Can MVC.NET prevent SQL-injection at razor or controller level?
- SQL server not returning all rows
- When dealing with databases, does adding a different table when we can use a simple hash a good thing?
- Creating a parametrized field name for a SELECT clause
- Combine two rows based on common ID
- Column displays each count
- Slick query for one to optional one (zero or one) relationship
- Aggregate and count in PostgreSQL
- MAX and GROUP BY - SQL
- SQL statement for a tricky 2 table query
- How to create nested selects with sql?
- Pull and push data from and into sql databases using Excel VBA without pasting the data in Excel sheets
- Best Practice for adding columns to a Table in Oracle database
- SQL FIFO STACK using two tables
- SQL Query - Order by String (which contains number and chars)
Related Questions in ORACLE
- Column displays each count
- MAX and GROUP BY - SQL
- Best Practice for adding columns to a Table in Oracle database
- Updating an Oracle row with value from same row
- Retrieving data from Oracle database
- Ibatis execute update sql on oracle, it is not working and no exceptions
- Building an sql execution plan history
- Implementation of Rank and Dense Rank in MySQL
- how to update the date field for this specific condition using oracle query?
- Oracle stored procedure wrapping compile error with inline comments
- Android: How to connect oracle database using Android Java code?
- SQL Conditional Join on Columns
- Multi value wildcard search in ibatis
- Get count of consecutive days meeting a given criteria
- How to update the metadata of a layer in Oracle imported through FME Workbench?
Related Questions in TERADATA
- Declaring field to use Unicode UTF-16
- Variable set by user when running query, Teradata
- Cannot nest aggregate operations
- Can't set column name equal to variable which is determined by the user
- TERADATA - How to split a character column and keep the last token?
- All users can access DBC tables by default
- teradata get rid of hardcoded financial year date
- regex in teradata, how to pass two values in
- What is ROWS UNBOUNDED PRECEDING used for in Teradata?
- What is the equivalent of "%[^ ]%" to Teradata?
- SQL Teradata evaluation order of case when then else
- Trying to get connecting Dabase Name using java
- Teradata Convert DATE to midnight
- Sqoop Incremental Import and CURRENT_TIMESTAMP
- Subtract record from previous record within same column in teradata
Related Questions in VARCHAR
- Biggest/Longest records in varchar table
- WHERE over a varchar field with multiple Id's
- How to find Max value of an alphanumeric field in oracle?
- Total length off all characters in all columns of each row
- SQL Check Constraint - How to check for specific format?
- What does it mean when the size of a VARCHAR2 in Oracle is declared as 1 byte?
- asp conversion of a varchar data type to a datetime error SQL aspx
- How to read Arabic character in ASP.Net that is stored in VARCHAR field
- How to retrieve as a text the value of a very long varcharmax in SSMS
- Query Only Works When Using Float Data Type
- Increment varchar values on duplicate entry
- SQL Server date format yyyymmdd
- Why use VARCHAR for names and CHAR for passwords
- SQL - Time String to Military Time
- Cast varchar as date select distinct top 100
Related Questions in VARCHAR2
- Varchar2 column versus variable memory allocation in pl/sql
- TSQL procedure call to PLSQL procedure : ORA-06502: PL/SQL: numeric or value error
- Alternatives to Oracle CLOB for Storing JSON
- PL/SQL select multiple varchar2 into one varchar2
- Check if number in varchar2 is greater than n
- Name of day padded with spaces prevent proper behavior
- What is the major difference between Varchar2 and char
- PLSQL - Convert Char Array To Varchar2
- How does varchar2 sorting in oracle works?
- Casting a column value as VARCHAR2() that holds 9 characters (TOPIC: ORACLE SQL & PL for Developers)
- ORA-01722: invalid number rows start with comma transfer VARCHAR2 TO_NUMBER
- How to use varchar2 variable in XMLTable function?
- Oracle - The lowest VARCHAR2 value
- Joining on a varchar to a char does not work in JPA (oracle)
- Convert Varchar2 into time
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?