|
 |
application_development thread: SQL Select Statements.....
Message #1 by "gary liptak" <gary_liptak@y...> on Mon, 17 Dec 2001 03:18:40
|
|
The BOOKS only show examples of Selecting data with a hard coded variable.
How do you Select with a HOST variable????
"SELECT * FROM TABLE WHERE NAME = host_variable"
NOT a hard coded value: "NAME"
@host_variable does not work...
HELP
Message #2 by dgobo@w... on Mon, 17 Dec 2001 09:50:31 -0500
|
|
Probably like this
"SELECT * FROM TABLE WHERE NAME = '" + host_variable + "'"
-----Original Message-----
From: gary liptak [mailto:gary_liptak@y...]
Sent: Monday, December 17, 2001 3:19 AM
To: Application Development
Subject: [application_development] SQL Select Statements.....
The BOOKS only show examples of Selecting data with a hard coded
variable. How do you Select with a HOST variable????
"SELECT * FROM TABLE WHERE NAME = host_variable"
NOT a hard coded value: "NAME"
@host_variable does not work...
HELP
$subst('Email.Unsub').
|
|
 |