Jump to content

Pointers In MySQL? Possible?


JustinK101

Recommended Posts

Is it possible to have a field in mysql that simply points to another field in a completely different table?

So, for example:

table1
field: first_name | varchar(50)

table2
field: first_name | table1.first_name

That way when the field in the other table gets modified the field in the new table gets updated automatically. This would be very useful for me. Thanks!
Link to comment
https://forums.phpfreaks.com/topic/9073-pointers-in-mysql-possible/
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.