mirror of
https://github.com/php/presentations.git
synced 2026-03-24 23:52:18 +01:00
4 lines
108 B
PHP
4 lines
108 B
PHP
<?php
|
|
$b = sqlite_array_query($db,
|
|
"SELECT * FROM bar WHERE id=(SELECT id FROM foo WHERE name='ilia')");
|
|
?>
|