Differences
This shows you the differences between two versions of the page.
Both sides previous revision Previous revision | |||
start:rpg:items_services:common [2021/05/16 09:49] aretis |
start:rpg:items_services:common [2021/05/16 17:27] (current) aretis |
||
---|---|---|---|
Line 34: | Line 34: | ||
<datatables> | <datatables> | ||
<sql>select Name, Price, Description from common_items where Category="Housing";</sql> | <sql>select Name, Price, Description from common_items where Category="Housing";</sql> | ||
+ | </datatables> | ||
+ | |||
+ | ===== Food&Drink ===== | ||
+ | <datatables> | ||
+ | <sql>select Name, Price, Description from common_items where Category="Food&Drink";</sql> | ||
</datatables> | </datatables> | ||