Forum Discussion
eelzinga
16 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