Napster Posted August 11, 2014 Posted August 11, 2014 i want sort item id and order by name of item A-Z or 0-9how to query for this ? query_sql "SELECT `item_id`FROM "+ $@item_db$ +" WHERE `id`> 0 GROUP BY `item_id` ORDER BY `id` ASC LIMIT 128; thank you Quote
Napster Posted August 12, 2014 Author Posted August 12, 2014 @Emistrymap server show error unknow 'name_english' fieldand field item_id = value number only not stringno have idie convert item id --> item name ---> sort name Quote
Emistry Posted August 12, 2014 Posted August 12, 2014 change the column name to your item table with appropriate colum name. Quote
Question
Napster
i want sort item id and order by name of item A-Z or 0-9
how to query for this ?
thank you
3 answers to this question
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.