Navigation

    ML
    • Register
    • Login
    • Search
    • Recent
    • Categories
    • Tags
    • Popular
    • Users
    • Groups
    1. Home
    2. Tags
    3. query
    Log in to post

    • OSX Terminal Serial Number
      IT Discussion • osx macos terminal investigation query details • • DustinB3403  

      12
      2
      Votes
      12
      Posts
      103
      Views

      @RojoLoco and that's what I appreciates about you RL.
    • SCCM Queries
      IT Discussion • sccm query system center configuration manager wql sccm 1610 • • EddieJennings  

      4
      2
      Votes
      4
      Posts
      287
      Views

      @obsolesce said in SCCM Queries: https://docs.microsoft.com/en-us/sccm/develop/reference/core/clients/manage/sms_r_system-server-wmi-class And I see many of the attributes I can include in a query there. So when a query is run, this class is generated, which populates itself with the relevant data from the database, then the query selects the necessary data from this on-the-fly generated class. Does that seem right?
    • osTicket: Basic Ticket Report of All Tickets with Subject
      IT Discussion • mysql mariadb sql osticket osticket 1.10 query report • • scottalanmiller  

      7
      3
      Votes
      7
      Posts
      1634
      Views

      @bbigford said in osTicket: Basic Ticket Report of All Tickets with Subject: Since there is no inner or outter join specified, inner join is obviously being used where 'join' is specified (outter join having to be explicitly defined where an outter join is needed). How come you explicitly specify 'inner join' at the bottom when you could just use 'join' again as your inner join? Obviously join and inner join accomplish the same thing, just curious why one is not explicitly defined and the other is. I expanded on something done by someone from the osTicket team. it was some weird stylistic choice that they made and I just followed.
    • osTicket: How to Query a Ticket Subject for a Report
      IT Discussion • mysql mariadb sql osticket osticket 1.10 query report • • scottalanmiller  

      1
      3
      Votes
      1
      Posts
      594
      Views

      No one has replied