Is it possible to use LONG columns in WHERE clause or ORDER
BY?
Answer Posted / lakshmikanthan
while using where or order by clause in long datatype column . error will come LIKE
ORA-00997: illegal use of LONG datatype .
And another points is :
1. only one long data type allowed in a table
2. cannot able to create the constraint in a long data type column in a table
error :
ORA-02269: key column cannot be of LONG datatype.
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Can a table contain multiple primary key’s?
What are different types of functions in sql?
What is the usage of the distinct keyword?
Is sql free?
Does normalization improve performance?
What is pl/sql table? Why is it used?
Is sql pronounced sequel or sql?
how to get a list of columns in an existing table? : Sql dba
What is an invalid partition table?
What is a left inner join?
Why stored procedures are faster than query?
What jobs use sql?
how to run 'mysql' commands from a batch file? : Sql dba
how to enter characters as hex numbers? : Sql dba
What are the benefits of pl/sql packages?