Akhleshsingh
New Member
I have gap.php file which is store in unix server and we want to first find gap.php file then search PrepareStatement text in file and some statement pass "$selectQuery" based on statement we need to search text oracle query separate by " ".
PrepareStatement($selectQuery)
$selectQuery = "select
$selectColumn[$actionType],
verifier.verifier_id
from verifier
where platform_bu_map.bu_id = business_unit.bu_id".
PrepareStatement($selectQuery)
$selectQuery = "select
$selectColumn[$actionType],
verifier.verifier_id
from verifier
where platform_bu_map.bu_id = business_unit.bu_id".
Last edited: