Lines Matching refs:from
18 "select * from #php_pdo;" .
22 "select * from #php_pdo;" .
23 "delete from #php_pdo;" .
27 // check results from the create table
31 // check results from the first insert
35 // check results from the select
39 // check results from begin transaction
43 // check results from the update
47 // check results from rollback
51 // check results from the select
56 // check results from the delete
60 // check results from the drop