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
How many joins can you have in sql?
What is sql dialect?
How do you create a unique index?
What are the types of variables use in pl sql?
Is ms sql traffic encrypted?
How do you get column names only for a table (sql server)?
How can I speed up sql query?
How can we avoid duplicating records in a query?
Which is the correct statement about truncate and delete?
How long it takes to learn pl sql?
How to run pl sql program in mysql?
How do I run a sql query in pgadmin 4?
what is 'mysqladmin' in mysql? : Sql dba
Can we use two order by clause in query?
Explain commit, rollback and savepoint.