I have a MySql query which looks as below:
SELECT * FROM jobTable where jobId IN (SELECT dataId from logTable WHERE eValue =\'1098hbfce\');
If th