STaRDoGG Posted August 23, 2009 Share Posted August 23, 2009 Is there a way to get an sql dump to be able to import later, that only dumps from a specific table AND only when it matches a specific column header? For example, I have a table named "Messages", which has many columns/rows and many users, so I want to only export the rows that are from a specific user. The user is identifiable by the number "3" in the column named "uid". So I'd like to be able to export from the Messages table and only for user 3. Possible? TIA Quote Link to comment https://forums.phpfreaks.com/topic/171501-export-question/ Share on other sites More sharing options...
fenway Posted August 25, 2009 Share Posted August 25, 2009 everything is possible...but only with table structures. Quote Link to comment https://forums.phpfreaks.com/topic/171501-export-question/#findComment-905938 Share on other sites More sharing options...
STaRDoGG Posted September 29, 2009 Author Share Posted September 29, 2009 everything is possible...but only with table structures. This isn't a strong point of mine, any tips/guidance? Quote Link to comment https://forums.phpfreaks.com/topic/171501-export-question/#findComment-926857 Share on other sites More sharing options...
fenway Posted October 5, 2009 Share Posted October 5, 2009 Tip #1 -- post your tables structures so we can provide guidance. Quote Link to comment https://forums.phpfreaks.com/topic/171501-export-question/#findComment-930756 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.