Level Extreme platform
Subscription
Corporate profile
Products & Services
Support
Legal
Français
Subquery: SELE * FROM (SELE *....
Message
From
17/08/1999 15:41:03
 
 
To
17/08/1999 15:04:40
Kenneth Downs
Secure Data Software, Inc.
New York, United States
General information
Forum:
Visual FoxPro
Category:
Databases,Tables, Views, Indexing and SQL syntax
Miscellaneous
Thread ID:
00254643
Message ID:
00254673
Views:
20
Ken,

Whoops.. Lost the first line...

SELECT Tasks.taskid, Tasks.who, Tasks.custno, Tasks.tasktrak, Tasks.date, ;
DATE()-DATE AS numdays, completedt ;
FROM Tasks ;
WHERE ALLTRIM(UPPER(tasks.tasktrak)) == "FILEREVIEW" AND ;
ALLTRIM(UPPER(who)) == "MATT" AND ;
tasks.custno IN (SELECT tasks.custno FROM tasks WHERE ALLTRIM(upper(tasks.tasktrak)) == "PROCCOMP" AND ;
EMPTY(tasks.completedt) = .T.)
Best,


DD

A man is no fool who gives up that which he cannot keep for that which he cannot lose.
Everything I don't understand must be easy!
The difficulty of any task is measured by the capacity of the agent performing the work.
Previous
Reply
Map
View

Click here to load this message in the networking platform