Ask a Question related to Microsoft SQL / MS SQL Server, Design and Development.
-
Aaron Bertrand - MVP #1
Re: Bit and Text Columns
For bit, you can convert to TINYINT in both SELECT and GROUP BY clauses.
Don't understand why you would group by TEXT... you might be better off
doing a subquery / derived table.
"Merwin12" <pablomb@umdnj.edu> wrote in message
news:0bd501c344bd$e90013f0$a001280a@phx.gbl...> I have a sql statement that fails when grouping the
> bit and text columns.
>
> Is there a way to get around this???
>
> Thanks.
Aaron Bertrand - MVP Guest
-
Text across columns
Is there (a simple) way to flow text in say three columns, and then have one paragraph, like heading or something, flowing across all three columns,... -
Editing text in columns
If I have 20 or so lines of text with some tabs in two or more columns, what might be the reason that I can?t edit a specific line of text (or word)... -
Dynamic text fields. Continuing text over columns
Hi I'm doing a mock up news paper article over 4 columns in flash mx and the text loads in dynamically. I have 4 dynamic text boxes sitting side... -
Text box into 2, 3 or more columns?
Is there a way to set a text box into 2, 3 or more columns, so that the entire contents can be seen without the need to scroll? Thanks -
seperating columns in a text box into multiple text boxes?
Berney: You probably are better off doing this separating in the query data source for your form. You can use string commands to find which... -
Gert-Jan Strik #2
Re: Bit and Text Columns
As for grouping on TEXT columns, the only work around I can think of is
to group on SUBSTRING(<textcolumn>,900). Of course, with this work
around you will lose a lot of precision.
Gert-Jan
Merwin12 wrote:>
> I have a sql statement that fails when grouping the
> bit and text columns.
>
> Is there a way to get around this???
>
> Thanks.Gert-Jan Strik Guest



Reply With Quote

