I want to select all user_id from the users table and insert them into the table temp_user_id with the values below in the other columns. The expected values are below:
menu_order_id Auto-Incremented ID
user_id user_id from users table
menu_id 10
is_active 1
ordering 100
Bookmarks