Forum Discussion
eelzinga
15 years agoOccasional Contributor
select *
from sessions
where sessie_id = :sessieId
you need to use :sessieId to retrieve the property of the query
from sessions
where sessie_id = :sessieId
you need to use :sessieId to retrieve the property of the query