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
Mention what pl/sql package consists of?
Is sql workbench free?
what are the different tables present in mysql? : Sql dba
What is a dirty read sql?
what is the difference between a local and a global temporary table? : Sql dba
define sql update statement ? : Sql dba
What is a ddl command?
Can we join 3 tables in sql?
Can you have a foreign key without a primary key?
Does sql between include endpoints?
What is scalar and vector?
How do I make sql search faster?
Explain the methods used to protect source code of pl/sql.
In a distributed database system, can we execute two queries simultaneously?
what is transaction? : Sql dba