Enter Keywords:
1 - 10 of 15(0.028 seconds)
Sort By:
 
Hi all.  I'm sure this gets asked all the time, but it didn't jump out at me when I searched.  I need something that will group by a field, and then concatenate all of the strings that get aggregat...
Zones: MS SQL ServerDate Answered: 07/06/2004 Rating: 9.2 Views: 0
I have two tables: CREATE TABLE `marks` (   `id_student` int(11) NOT NULL default '0',   `id_subject` int(11) NOT NULL default '0',   `mark` tinyint(4) NOT NULL default '0' ); CREATE TABL...
Zones: MySQL ServerDate Answered: 09/11/2005 Rating: 9.2 Views: 54
I am trying to restructure how dat is sitting in a table so that it can exist in a report better. I have a table that has fields Year Inv_type Str sku area qty I need to roll up this...
Zones: OracleDate Answered: 12/31/2002 Rating: 6.2 Views: 21
Hi, I was wondering if any body could please help me. I am trying to create a query using the following tables: Client ClientInterests Interests The client table has a clientID field ...
Zones: MySQL ServerDate Answered: 12/03/2006 Rating: 8.4 Views: 0
Hi, I have following query in Mysql which is using Group_Concat() function of mysql. How to modify this query to work with Oracle and Mysql. I do not want to write any PL/SQL function in Oracle....
Zones: OracleDate Answered: 10/17/2006 Rating: 9.8 Views: 126
Hi all, I'm having an issue with the following query:                         $sql = "SELECT v.vehicle_id,                                  v.transmission,                                  v.body_style,                                  v.doors,                                  v.drive_train,                                  v.engin...
Zones: PHP, MySQL Server, ...Date Answered: 11/05/2007 Rating: 7.6 Views: 0
Hi experts, I've been monitoring the following question: http://www.experts-exchange.com/Web_Development/Web_Languages-Standards/PHP/PHP_Databases/Q_24325145.html?cid=1066 and I would like to know...
Zones: MySQL Server, PL / SQL, SQL Server...Date Answered: 04/15/2009 Rating: 9.3 Views: 60
I need a functional alternative to the group_concat function since its not possible for me to upgrade to 4.1 at this time. Im creating a temporary table that stores all keyword_ids of all releva...
Zones: MySQL ServerDate Answered: 04/19/2004 Rating: 9.4 Views: 4
Hi guys Has anyone found a method in sqlserver 2000 to 'aggregate' strings in a Group By query. Like using 'Sum' for numerics... e.g. table values: cGroup  cText A           L A           ...
Zones: MS SQL ServerDate Answered: 01/07/2005 Rating: 9.6 Views: 399
In mysql, using group_concat()..we can concatenate column values from different rows.. Is there any equivalent function in SQL server.. I am not interested in stored procedures/functions.
Zones: MS SQL ServerDate Answered: 04/19/2005 Rating: 8.6 Views: 140