jude99
Technical User
- Sep 22, 2008
- 14
How can I insert data into the same table, please, as in duplicate 1d = '2'?
Follow along with the video below to see how to install our site as a web app on your home screen.
Note: This feature may not be available in some browsers.
INSERT
INTO table1
SELECT *
FROM table1
WHERE id = 4