hi
for my app i need to perform a query but i am not sure how to do it.
i need to retrieve the record by a column but i allow the user to arrange it.
so i have a table where the user can get all categories (table2) and he is allowed to arrange the order how he like and i store it under catpos (column name)
then i have a table with items (table1) and i need to get all records in order of the other table catpos ASC
something like this:
i guess i need to use JOIN somehow right?
for my app i need to perform a query but i am not sure how to do it.
i need to retrieve the record by a column but i allow the user to arrange it.
so i have a table where the user can get all categories (table2) and he is allowed to arrange the order how he like and i store it under catpos (column name)
then i have a table with items (table1) and i need to get all records in order of the other table catpos ASC
something like this:
i guess i need to use JOIN somehow right?
Last edited: