php - Retrieving SELECT information from an INSERT .. SELECT mysql statement -
i'm using insert .. select statement in mysql copy information 1 table want retrieve select information set variables in php. possible in insert .. select statement? doesn't work me using mysqli_fetch_array function on resource , right having select statement seems kinda unnecessary step me.
no, insert
query (no matter type) not return result set read values from. need issue select
query if want bring rows php.
Comments
Post a Comment