Re: Syntax espression

From: andrewst <member14183_at_dbforums.com>
Date: Tue, 08 Jul 2003 17:03:15 +0000
Message-ID: <3086704.1057683795_at_dbforums.com>


Originally posted by Bela
> Please I've captured an sql-statement form my db oracle
> .......FROM TN_PROJECT S ,TDM_LINKS L
> WHERE ((L.OBJECT_ID2 = :1)
> and (L.CLASS_ID2 = :2)
>
> what does means "= :n" ?
>
> thanks

It is a "bind variable". So the same query may be re-used with different values for :1 and :2

--
Posted via http://dbforums.com
Received on Tue Jul 08 2003 - 19:03:15 CEST

Original text of this message