hi guys,
    how can i parse the where clause in an SQL::Statement object instance?
$statement = SQL::Statement->new("select 1,2,3 from table where x=y");
now when i do this:
$where = $stmt->where();
it gives me error:
Can't locate object method "where" via package "SQL::Statement" (perhaps you
for
got to load "SQL::Statement"?) at blah line 34.

any idea?
thanks

--
Hytham Shehab


-- 
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


Reply via email to