Posts by Adriany Magenta • 13 points
1 post
-
0
votes1
answer52
viewsQ: INSERT INTO table1 SELECT * FROM table2 USING PDO SQLITE3
Hi, it’s been a while since I’ve been searching the entire internet and trying to make this query work. In the database works, however, I need to make my application run this query, I use PDO in PHP…