W
wtbuzz
Hello!
I have a table which looks like this:
ID NAME CATEGORY PRICE
== ==== ======== =====
1 abc 1 10,00
2 def 2 20,00
How can I create a query which will show the price for items that
belong to category 2 in another column?
I mean a query which will look like this:
ID NAME CATEGORY PRICE1 PRICE2
== ==== ======== ====== ======
1 abc 1 10,00
2 def 2 20,00
Thanks!!
I have a table which looks like this:
ID NAME CATEGORY PRICE
== ==== ======== =====
1 abc 1 10,00
2 def 2 20,00
How can I create a query which will show the price for items that
belong to category 2 in another column?
I mean a query which will look like this:
ID NAME CATEGORY PRICE1 PRICE2
== ==== ======== ====== ======
1 abc 1 10,00
2 def 2 20,00
Thanks!!