Displaying 1 result from an estimated 1 matches for "emp_table".
2010 Jun 10
1
Can RMySQL be used for a paramterized query?
...development. In particular we made no attempt to define
> “bind
> variables”; this is a mechanism by which the contents of R/S objects are
> implicitly
> moved to the database during SQL execution. For instance, the following
> embedded SQL statement
> /* SQL */
> SELECT * from emp_table where emp_id = :sampleEmployee
> would take the vector sampleEmployee and iterate over each of its elements
> to get the result. Perhaps the DBI could at some point in the future
> implement
> this feature.
>
I can connect, and execute a SQL query such as "SELECT id FROM my_tab...