Jump to content

[SOLVED] A SELECT Question


The Little Guy

Recommended Posts

I should mention this is the two table structures:

 

Table (mailbox):

id : Primary - auto increment

owner

subject

inbox

outbox

status

date

 

Table (friends):

id : Primary - auto increment

req

rec

acc

date

 

This is the output i would like to obtain:

 

id

table

subject

summary

 

 

So to explain that,

id will be the id in the table that it came from

table will be the table that it came from (mailbox or friends)

subject will be a subject line (if from table mailbox use default subject cell, if from from friends table use "Friend Request")

summary a short description of what is in the mail (if from table mailbox use default inbox cell, if from friends table use "You have received a new friend request")

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.