Hi !

Are sub-selects supported by MySQL 3.23.58, because below query does not work (syntax error in console):

select iphdr.ip_src, timestamp \
from iphdr , acid_event \
where iphdr.sid = acid_event.sid \
and iphdr.cid = acid_event.cid \
and acid_event.sig_name = "STATEMENT" \
and acid_event.timestamp > select max(another_database.dataz.timestamp) \ from another_database.dataz;


greetz
boka


-- MySQL General Mailing List For list archives: http://lists.mysql.com/mysql To unsubscribe: http://lists.mysql.com/[EMAIL PROTECTED]



Reply via email to