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
Share on other sites

This thread is more than a year old. Please don't revive it unless you have something important to add.

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • 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.