Menu

oql request

modice
2023-03-29
2023-03-30
  • modice

    modice - 2023-03-29

    Hello. help with request. I need to display a list of mice tied to a PC.

     
  • Jeffrey Bostoen

    Jeffrey Bostoen - 2023-03-29

    How are you keeping track of the mice? Seems like a custom class, so you'd need to provide more info on that class.

     
  • modice

    modice - 2023-03-29

    The mouse is in the peripherals. there is also a keyboard, hdd and so on.What information is needed? I'll show everything

     
  • modice

    modice - 2023-03-30

    Solved the issue with this request:

    SELECT Peripheral AS P
    JOIN lnkPeripheralToPc AS lpc ON lpc.peripheral_id = P.id
    JOIN PC AS pc ON lpc.pc_id = pc.id
    WHERE P.devicetype_id = '300'

     

Log in to post a comment.

Want the latest updates on software, tech news, and AI?
Get latest updates about software, tech news, and AI from SourceForge directly in your inbox once a month.