Jump to content

add a row to the fetch array by query


ted_chou12

Recommended Posts

Hi, I am wishing to add a row just by query such that it returns the queried row as if it was in the table:

suppose the db has two rows:

[id][name]

1test1

2test2

However, i want to added another entry:

id 3, name test3 while returning the result so it appears like

[id][name]

1test1

2test2

3test3

the row id3 is not actually in the db. Can you actually put something in the query so it appears like its fetching another row:

SELECT * FROM album ADD (id='3' name='test3')

Something like this? (I have checked join and leftjoin, i think those are joining two physical tables together, not actually adding a row.)

Thanks,

Ted

Link to comment
https://forums.phpfreaks.com/topic/214565-add-a-row-to-the-fetch-array-by-query/
Share on other sites

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...

Important Information

We have placed cookies on your device to help make this website better. You can adjust your cookie settings, otherwise we'll assume you're okay to continue.