If this is your first visit, be sure to check out the FAQ by clicking the link above. You may have to register before you can post: click the register link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below.

 
Go Back  dBforums > Data Access, Manipulation & Batch Languages > Delphi, C etc > please help with this query in paradox

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1 (permalink)  
Old 08-27-06, 11:01
kevin1234 kevin1234 is offline
Registered User
 
Join Date: Aug 2006
Posts: 3
please help with this query in paradox

would anyone please help me to translate this query to sql. thank in advance
report10 | LMS_DRG |COUNT |WEIGHT
|_a |_b |_c
report |DRG |Reassignment |Reasignment_Weight
|_a |_d, changeTo _b+_d |_e, Changeto ((-1)*_c)+_e
Reply With Quote
  #2 (permalink)  
Old 08-27-06, 18:43
Pat Phelan Pat Phelan is offline
Resident Curmudgeon
 
Join Date: Feb 2004
Location: In front of the computer
Posts: 12,606
En Anglais, s'il vous plait? In other words: can you rephrase your question in English?

-PatP
Reply With Quote
  #3 (permalink)  
Old 08-28-06, 23:46
kevin1234 kevin1234 is offline
Registered User
 
Join Date: Aug 2006
Posts: 3
pat, if i know how to rephrase that paradox query in english, I would already know how to convert to sql. I just don't understand what that query mean.
Reply With Quote
  #4 (permalink)  
Old 11-30-06, 08:55
lpapp_97 lpapp_97 is offline
Registered User
 
Join Date: Nov 2006
Posts: 34
select LMDS_DRG, count, weigth
from table report10
then it shoud be a code for a formula reasigning somme atributes betwen them in the data iff i'm not wrog,
iff i'm sorry
report |DRG |Reassignment |Reasignment_Weight
|_a |_d, changeTo _b+_d |_e, Changeto ((-1)*_c)+_e
the bold words are comandlines and the Reassignment it shoud be final table
__________________

Lehel
Reply With Quote
  #5 (permalink)  
Old 08-12-08, 15:34
jandre99 jandre99 is offline
Registered User
 
Join Date: Aug 2005
Posts: 1
the _ indicates a field that the data field to be used in a calculation. The words in the first line are names of fields in a Paradox table. Therefore _a would refer to the report field in the table.
Reply With Quote
Reply

Thread Tools Search this Thread
Search this Thread:

Advanced Search
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

BB code is On
Smilies are On
[IMG] code is Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On