PHPize Online / SQLize Online  /  SQLtest Online

A A A
Share      Blog   Popular
Copy Format Clear
Copy Clear
Copy Format Clear
<?php $pdo->query("create table test (id int, name int, `group` int)"); $pdo->query("insert into test (`id`, name, `group`) values (1,2,3)"); $pdo->query("update test set name=11, `group`=12 where id=1");
Show:  
Copy Clear