View with params from user [message #425650] |
Sun, 11 October 2009 04:15  |
eyalle
Messages: 5 Registered: October 2009
|
Junior Member |
|
|
Hello,
i have this following code:
select T_NAME, T_ID, G_NAME
from T,G
where T.G_ID = G.G_ID
and T_ID in( select T_ID from T minus select T_ID from FT where F = changing_input);
the "changing input" is an input that is changed at run time.
my Q is how can i make a view so i can still use a changing variable ?
thank's
Eyal
|
|
|
|
|
|
|
Re: View with params from user [message #425660 is a reply to message #425658] |
Sun, 11 October 2009 05:30  |
 |
Michel Cadot
Messages: 68761 Registered: March 2007 Location: Saint-Maur, France, https...
|
Senior Member Account Moderator |
|
|
Read CAREFULLY what I posted, espacially how the VIEW is defined.
You answer to me in 10 minutes, it is too fast to read, understand and test what I posted (without counting the time to receive the answer).
Regards
Michel
[Updated on: Sun, 11 October 2009 05:32] Report message to a moderator
|
|
|