insert into test (userid,questio n_id) ('1',select question_id from question ORDER BY RAND() LIMIT 2 )
i need to insert values from question table with userid as 1.
How can i solve ths problem
Thanks in Advance
i need to insert values from question table with userid as 1.
How can i solve ths problem
Thanks in Advance
Comment