dbTalk Databases Forums  

Is GROUP BY Concatenated fields possible in Paradox SQL???

comp.databases.paradox comp.databases.paradox


Discuss Is GROUP BY Concatenated fields possible in Paradox SQL??? in the comp.databases.paradox forum.



Reply
 
Thread Tools Display Modes
  #1  
Old   
Shafeeq
 
Posts: n/a

Default Is GROUP BY Concatenated fields possible in Paradox SQL??? - 07-03-2003 , 04:04 AM






Eg:

Select (Emp.Title||''||Emp.Name) as EmpName, sum(Amount) from Emp
Group By (Emp.Title||''||Emp.Name) as EmpName

Above is my Paradox SQL Query and I only get the message that capability
not supported (where as the same works smoothly with SQL Server 2000).

( Same message even if i change it to:

Select (Emp.Title||''||Emp.Name), sum(Amount) from Emp
Group By (Emp.Title||''||Emp.Name)

)

Has any one come across this situation? I would appreciate some
suggestions on getting this to work

Thanx in advance,
Shafeeq.
--
Direct access to this group with http://web2news.com
http://web2news.com/?comp.databases.paradox

Reply With Quote
  #2  
Old   
Veronica Loell
 
Posts: n/a

Default Re: Is GROUP BY Concatenated fields possible in Paradox SQL??? - 07-03-2003 , 04:45 AM






I see the exact same post in paradox-discussions, crossposting is not a
good idea.

- Veronica

Shafeeq wrote:

Quote:
Eg:

Select (Emp.Title||''||Emp.Name) as EmpName, sum(Amount) from Emp
Group By (Emp.Title||''||Emp.Name) as EmpName

Above is my Paradox SQL Query and I only get the message that capability
not supported (where as the same works smoothly with SQL Server 2000).

( Same message even if i change it to:

Select (Emp.Title||''||Emp.Name), sum(Amount) from Emp
Group By (Emp.Title||''||Emp.Name)

)

Has any one come across this situation? I would appreciate some
suggestions on getting this to work

Thanx in advance,
Shafeeq.


Reply With Quote
  #3  
Old   
Shafeeq
 
Posts: n/a

Default Re: Is GROUP BY Concatenated fields possible in Paradox SQL??? - 07-04-2003 , 12:44 AM



Hi
Im sorry about the cross posting,
but I still couldnt locate any such article. Would you mind pointing me
to that one. Guess there is some solution to that behaviour.

Thnx
Shafeeq.

Veronica Loell wrote:
Quote:
I see the exact same post in paradox-discussions,
crossposting is not a
good idea.

- Veronica

Shafeeq wrote:

Eg:

Select (Emp.Title||''||Emp.Name) as EmpName, sum(Amount) from Emp
Group By (Emp.Title||''||Emp.Name) as EmpName

Above is my Paradox SQL Query and I only get the message
that capability
not supported (where as the same works smoothly with SQL
Server 2000).

etc..
--
Direct access to this group with http://web2news.com
http://web2news.com/?comp.databases.paradox


Reply With Quote
  #4  
Old   
Veronica Loell
 
Posts: n/a

Default Re: Is GROUP BY Concatenated fields possible in Paradox SQL??? - 07-04-2003 , 02:15 AM



It was you that posted in paradox-discussion as well? I was trying to
point out that posting in two forums generally is not helpful for either
you or the people that try to answer your questions.

Shafeeq wrote:

Quote:
Hi
Im sorry about the cross posting,
but I still couldnt locate any such article. Would you mind pointing me
to that one. Guess there is some solution to that behaviour.

Thnx
Shafeeq.

Veronica Loell wrote:

I see the exact same post in paradox-discussions,
crossposting is not a
good idea.

- Veronica

Shafeeq wrote:


Eg:

Select (Emp.Title||''||Emp.Name) as EmpName, sum(Amount) from Emp
Group By (Emp.Title||''||Emp.Name) as EmpName

Above is my Paradox SQL Query and I only get the message
that capability
not supported (where as the same works smoothly with SQL
Server 2000).


etc..




Reply With Quote
  #5  
Old   
Leslie Milburn
 
Posts: n/a

Default Re: Is GROUP BY Concatenated fields possible in Paradox SQL??? - 07-05-2003 , 01:34 AM



Three forums if you include the BDE newsgroup.

"Veronica Loell" <lista (AT) nakawe (DOT) se> wrote

Quote:
It was you that posted in paradox-discussion as well? I was trying to
point out that posting in two forums generally is not helpful for either
you or the people that try to answer your questions.





Reply With Quote
Reply




Thread Tools
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.3
Copyright ©2000 - 2012, Jelsoft Enterprises Ltd.