silveralol
Advanced OT User
- Joined
- Mar 16, 2010
- Messages
- 1,484
- Solutions
- 9
- Reaction score
- 217
how I can fix it?
I need create the correct table at database, but I don't know how make it, please tell me the command.
thanks
Code:
[Error - mysql_store_result] Query: SELECT `id`, `account_id`, `group_id`, `deletion`, (SELECT `type` FROM `accounts` WHERE `accounts`.`id` = `account_id`) AS `account_type`, (SELECT `premium_points` FROM `accounts` WHERE `accounts`.`id` = `account_id`) AS `coinbalance`, (SELECT `premdays` FROM `accounts` WHERE `accounts`.`id` = `account_id`) AS `premium_days` FROM `players` WHERE `name` = 'Shaco'
Message: Unknown column 'premium_points' in 'field list'
I need create the correct table at database, but I don't know how make it, please tell me the command.
thanks