Home
Help
Search
Login
Register
Welcome,
Guest
. Please
login
or
register
.
1 Hour
1 Day
1 Week
1 Month
Forever
Login with username, password and session length
The filePro Forum
»
Product Discussion
»
filePro 5.6
»
Topic:
Multiple select operation
« previous
next »
Print
Pages: [
1
]
Go Down
Author
Topic: Multiple select operation (Read 499 times)
0 Members and 1 Guest are viewing this topic.
syntencoist
Member
Posts: 7
Multiple select operation
«
on:
September 01, 2010, 02:26:37 PM »
I just need a real simple command that looks up multiple tables/files using a sort/select operation (-v parameter)
the mysql equivalent would be
select a.id, b.id
from tablea a, tableb b
where a.id = b.id
Logged
Ray_Scheel
Member
Posts: 3
Re: Multiple select operation
«
Reply #1 on:
October 06, 2010, 11:18:14 AM »
Presuming that you are running the -v on table.a and that tableb:index.A is based on tableb:id:
:If:
Then: id=[tablea:field number of id]
:If:
Then: lookup table_b = tableb k=id i=A -nx
:If: not table_b
Then: end '/# id not found in tableb
Logged
Print
Pages: [
1
]
Go Up
« previous
next »
The filePro Forum
»
Product Discussion
»
filePro 5.6
»
Topic:
Multiple select operation