Re: Pulling a value from a filed in a result to use as another variable

2004-06-02 Thread Michael Stassen
age- From: gerald_clark [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 11:59 AM To: Chris Dietzler Cc: Mysql (E-mail) Subject: Re: Pulling a value from a filed in a result to use as another variable Chris Dietzler wrote: I am trying to pull cst_SiteID from a query result to use

RE: Pulling a value from a filed in a result to use as another variable

2004-06-02 Thread Chris Dietzler
arch listing Name and Site ID + 37670 7820-www-db0 63.240.145.18 7820<-- Assests Associated with SiteID 7820 + -Original Message- From: gerald_clark [mailto:[EMAIL PROTECTED] Sent: Wednesday, June 02, 2004 11:59 AM To: Chris Dietzler Cc: Mysql (E-mail) Subject: Re: Pull

Re: Pulling a value from a filed in a result to use as another variable

2004-06-02 Thread gerald_clark
Chris Dietzler wrote: I am trying to pull cst_SiteID from a query result to use in another query: SELECT cst_Name,cst_SiteID FROM customers WHERE cst_Name LIKE 'st%' +--++ | cst_Name | cst_SiteID | +---

Pulling a value from a filed in a result to use as another variable

2004-06-02 Thread Chris Dietzler
I am trying to pull cst_SiteID from a query result to use in another query: SELECT cst_Name,cst_SiteID FROM customers WHERE cst_Name LIKE 'st%' +--++ | cst_Name | cst_SiteID | +