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. Quote Link to comment 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. Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.