Author |
Message |
Topic: sql statement |
KHerrera
Replies: 3
Views: 1665
|
Forum: Database Posted: Wed Jun 25, 2008 10:47 am Subject: sql statement |
so if i have an input file with 3 fields that i need to match against my table, my where clause will be like this: ?
WHERE
BUS_ASSOC_NBR = :BUS-ASSOC-NBR
... |
Topic: sql statement |
KHerrera
Replies: 3
Views: 1665
|
Forum: Database Posted: Tue Jun 24, 2008 5:32 pm Subject: sql statement |
Can someone tell me what the =: statement means in the following line of code ?
WHERE
A.BUS_ASSOC_NBR = :BUS-ASSOC-NBR |
|