sharpdust Posted October 10, 2005 Share Posted October 10, 2005 Is it possible to insert a table inside of a another table? And what would be the sql command to do it? For example, I have a form that will have 4 checkboxes. Rather than creating 4 fields within my table for those checkboxes, I would rather create a field that is a table with the 4 fields within it. Another example of this would simply be a poll with 4 options. Thanks. Link to comment https://forums.phpfreaks.com/topic/2641-table-within-a-table/ Share on other sites More sharing options...
ryanlwh Posted October 10, 2005 Share Posted October 10, 2005 while you cannot put a table within a table, you can use the data types ENUM or VARCHAR to achieve the same effect. Link to comment https://forums.phpfreaks.com/topic/2641-table-within-a-table/#findComment-8756 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.