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
What is pivot in sql?
what are the differences between get and post methods in form submitting. Give the case where we can use get and we can use post methods? : Sql dba
What are the ways on commenting in a pl/sql code?
Is grant a ddl statement?
Why query optimization is needed?
define join and explain different type of joins? : Sql dba
What is sql server and ase?
Why partition by is used in sql?
What are the various restrictions imposed on view in terms of dml?
What is sqlite format?
What is cost in sql execution plan?
What is delete command in sql?
Define concurrency control. : Transact sql
Why coalesce is used in sql?
what is a field in a database ? : Sql dba