Untitled

 avatar
unknown
mysql
a year ago
3.6 kB
6
Indexable
SELECT 
    serialnumber,
    product,
    size,
    bin,
    location,
    previousbin,
    previouslocation
FROM
    inventoryitem
WHERE
    serialnumber IN ('251120291' , '269771211',
        '270544926',
        '271222306',
        '246471986',
        '263821341',
        '274823696',
        '272377621',
        '222986802',
        '273827461',
        '249627291',
        '266983726',
        '230443116',
        '263345976',
        '270911601',
        '222952617',
        '270617031',
        '256327666',
        '230905711',
        '274743956',
        '272987501',
        '251845291',
        '264001486',
        '269246586',
        '262744151',
        '273678401',
        '238283506',
        '269462031',
        '272432731',
        '256467996',
        '271548366',
        '271566111',
        '268462011',
        '271488851',
        '189244091',
        '273037996',
        '215260206',
        '254164311',
        '269907506',
        '264123331',
        '253092411',
        '260367686',
        '263828781',
        '275572331',
        '276147266',
        '212037777',
        '269926526',
        '253075251',
        '252014041',
        '261235896',
        '233612566',
        '247737451',
        '258256076',
        '248544021',
        '269840606',
        '259217826',
        '273809821',
        '272219446',
        '256441656',
        '262944486',
        '263567426',
        '271558306',
        '271558676',
        '265389716',
        '263783101',
        '252372561',
        '258920551',
        '219698013',
        '254371121',
        '274950471',
        '268048196',
        '265640061',
        '223437603',
        '272498841',
        '271709526',
        '175220117',
        '263275236',
        '270689226',
        '262607446',
        '273827441',
        '274507971',
        '223689915',
        '272917706',
        '273652351',
        '219071715',
        '218756364',
        '271780396',
        '259713691',
        '273834651',
        '274743031',
        '232813386',
        '275061246',
        '230179301',
        '268531136',
        '275891091',
        '276009551',
        '269810951',
        '260268586',
        '261210921',
        '253698856',
        '265901261',
        '219745692',
        '262023716',
        '274736881',
        '274736886',
        '260428001',
        '226909326',
        '249420661',
        '271691771',
        '275778541',
        '206497462',
        '261485786',
        '266864766',
        '262207986',
        '245202281',
        '260866466',
        '273193571',
        '246804631',
        '256976961',
        '251468796',
        '273952681',
        '268507501',
        '203101318',
        '258058861',
        '273777061',
        '263684081',
        '274519676',
        '251704281',
        '271585011',
        '213001950',
        '216082569',
        '271931271',
        '250367731',
        '266146031',
        '273280446',
        '210561579',
        '270263696',
        '231550396',
        '259815891',
        '264324251',
        '188912624',
        '266191396',
        '247467101',
        '274782116',
        '253123336',
        '261340951',
        '270773781',
        '261282661',
        '270417936',
        '274408571',
        '269700351',
        '269738846',
        '269739041',
        '261697021',
        '259628686',
        '256268436',
        '258966266',
        '276031681',
        '212728290',
        '223388394',
        '273501626',
        '244575916',
        '223362267',
        '249277001')
        AND qtyonhand = 1
ORDER BY location ASC
Editor is loading...
Leave a Comment