EnergizedIT Posted November 15, 2023 Share Posted November 15, 2023 I am trying to track down hosting products for users that didn't import properly and have the recurring amount set to 0.00 Which table can I do a search on to get these instances? Thanks 0 Quote Link to comment Share on other sites More sharing options...
Remitur Posted November 23, 2023 Share Posted November 23, 2023 The table is tblhosting; the field with the recurring price is "amount" The MySQL query to filter them is SELECT * FROM `tblhosting` WHERE `amount` = 0 0 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.