INF: Cannot SELECT DISTINCT * on a Table w/ Text/Image ColumnID: Q162032
|
SQL Server 6.5 no longer allows a 'SELECT DISTINCT * FROM <table>' if that
table has a text/image column. If you attempting to perform such a query,
you will receive the following error message:
Msg 8163: Text/Image datatype cannot be selected as DISTINCT.
Msg 421: TEXT and IMAGE datatypes may not be selected as DISTINCT.
SQL Server has never allowed a DISTINCT operation on an individual text
or image column.
Additional query words: sql60 sql65 error
Keywords : kbusage SSrvProg SSrvTran_SQL
Version : 6.5
Platform : WINDOWS
Issue type :
Last Reviewed: April 8, 1999