Is it possible to use LONG columns in WHERE clause or ORDER
BY?

Answer Posted / bolearner

Long data type can't participate for any operation in SQL.

Only DML queries can be applied.

Can't apply any aggregate function on LONG colum.

Can't apply any analytical function on LONG colum.

Can apply sequence on LONG colum.

Can apply synonym for LONG column table.

Can create view for LONG column table and Mat view is not possible.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is nvarchar in sql?

520


How can you create an empty table from an existing table?

594


What is sql character function?

539


explain advantages of innodb over myisam. : Sql dba

644


Explain the structure of pl/sql in brief.

617






Is there a 64 bit version of ssms?

516


What is offset and limit in sql?

547


Is full outer join same as cross join?

501


i have a column which may contain this kind of value: 123*67_80,12*8889_5,34*8_874 ,12*7_7 (can contain space before a comma, and this string length can be anything) now i want to split this value into two column like: column1: 123*67,12*8889,34*8,12*7 column2: 80,5,874,7 use function for this

1063


Is there a way to automate sql execution from the command-line, batch job or shell script?

555


What is the use of sqldataadapter?

532


what is the difference difference between procedure and packages

9212


how many columns can be used for creating index? : Sql dba

516


Explain the difference between sql and mysql.

563


What are the different types of dbms?

547