awise
IS-IT--Management
- Dec 11, 2001
- 85
I need help with a script that will query a table with items (inventory items) and return the results where that item only has one record.
Each item is assigned to a site when entered into our inventory system. Later an item can be assigned to various different sites (locations). Initailly all items are assigned to a master default site "A". Any item will
be assigned to other sites, as needed, when these items are transfered to those site (locations)
Table record ex:
item # Site #
abc A
abc b
xyz A
I want a script that will return the items that only have a site A. The results here would be "xyz"
Appreciate your help.
Thanks,
zaw
Each item is assigned to a site when entered into our inventory system. Later an item can be assigned to various different sites (locations). Initailly all items are assigned to a master default site "A". Any item will
be assigned to other sites, as needed, when these items are transfered to those site (locations)
Table record ex:
item # Site #
abc A
abc b
xyz A
I want a script that will return the items that only have a site A. The results here would be "xyz"
Appreciate your help.
Thanks,
zaw