/var/www/html/nox-modules/prints
/lib/action/frontend
/printsSearchDefaultAction.action.php
main
SELECT COUNT(*) as `count` FROM prints_set WHERE id IN(SELECT DISTINCT set_id FROM prints_set_vector WHERE vector_id IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902))
SELECT `id`, `url`, `name_title`, `name_full`, `id_new`, `market`, `tier`, `update_date`, `segment` FROM prints_set WHERE id IN(SELECT DISTINCT set_id FROM prints_set_vector WHERE vector_id IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902)) LIMIT 0, 30
SELECT `prints_set`.`id`, `prints_set`.`url`, `prints_set`.`name_full`, COUNT(`vector_id`) c, MIN(`price`) price, IF((SELECT `preview` FROM `prints_vector` WHERE `id` IN(SELECT `vector_id` FROM `prints_set_vector` WHERE `set_id` = `prints_set`.`id`) AND `prepay` = 0 AND `bundle` = 0 AND `preview` != "" ORDER BY CAST(JSON_EXTRACT(`prm`, "$.year") AS UNSIGNED) DESC LIMIT 1) IS NOT NULL, (SELECT `preview` FROM `prints_vector` WHERE `id` IN(SELECT `vector_id` FROM `prints_set_vector` WHERE `set_id` = `prints_set`.`id`) AND `prepay` = 0 AND `bundle` = 0 AND `preview` != "" ORDER BY CAST(JSON_EXTRACT(`prm`, "$.year") AS UNSIGNED) DESC LIMIT 1), (SELECT `preview` FROM `prints_vector` WHERE `id` IN(SELECT `vector_id` FROM `prints_set_vector` WHERE `set_id` = `prints_set`.`id`) AND `bundle` = 0 AND `preview` != "" ORDER BY CAST(JSON_EXTRACT(`prm`, "$.year") AS UNSIGNED) DESC LIMIT 1)) as preview, IF((SELECT `preview` FROM `prints_vector` WHERE `id` IN(SELECT `vector_id` FROM `prints_set_vector` WHERE `set_id` = `prints_set`.`id`) AND `prepay` = 0 AND `bundle` = 0 AND `preview` != "" ORDER BY CAST(JSON_EXTRACT(`prm`, "$.year") AS UNSIGNED) DESC LIMIT 1) IS NOT NULL, 1, 0) as vector FROM `prints_set` LEFT JOIN `prints_set_vector` ON `prints_set`.`id` = `prints_set_vector`.`set_id` LEFT JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set`.`id` IN(5989, 32771, 28894, 30765, 34302, 35823, 35013, 29628, 31508, 5047, 5607, 31349, 6023, 8508, 8510, 8511, 8768, 8803, 8848, 35633, 8946, 8915, 8945, 8948, 8950, 30346, 9005, 35184, 9044, 32482) GROUP BY `prints_set`.`id` ORDER BY IF(MAX(`prints_vector`.`preview`) IS NOT NULL AND MAX(`prints_vector`.`preview`) != '', 0, 1), `prints_set`.`name_full`
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 31349 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 5989 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 34302 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 6023 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 32771 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 35823 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 30765 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 35013 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 8510 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 8511 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 9044 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 32482 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 8508 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 8945 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 8948 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 8946 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 8950 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 8915 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 5047 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 31508 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 8803 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 8768 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 8848 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 35633 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 30346 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 35184 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 9005 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 29628 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 5607 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
SELECT COUNT(*) cnt FROM `prints_set_vector` INNER JOIN `prints_vector` ON `prints_vector`.`id` = `prints_set_vector`.`vector_id` WHERE `prints_set_vector`.`set_id` = 28894 AND `prints_set_vector`.`vector_id` IN(15,70,1330,1437,1687,1692,1789,1923,2811,2812,2813,2814,2815,4118,4163,4255,4256,4257,4258,4259,4260,4979,5168,5169,5192,5249,8157,8158,8159,8160,8161,8162,8438,8439,8485,8486,8523,8524,8525,8574,8575,8576,8577,8578,8579,8580,8581,8582,8583,8584,8585,8586,8610,8628,8629,8630,8631,8632,8633,8634,8635,8636,8675,8676,8677,8678,8679,8680,8681,8682,8683,8684,8739,8740,8741,8742,8743,8744,8745,8746,8839,8840,8841,8842,8843,8844,8845,8846,8878,9248,9249,9250,9251,9252,9253,9254,9257,9258,9938,9939,9940,9941,9942,9943,9944,9945,9946,9947,9948,9949,12576,12578,12581,16361,16362,16363,16364,16365,16366,16367,16368,16369,16370,16371,16372,16373,16374,16375,16376,16377,16378,16618,16619,16620,16621,16622,16623,16624,16625,16626,16627,16628,16629,16630,16631,16632,16633,16634,16635,17607,17608,17609,17619,17620,17621,28232,28278,28541,28612,28614,28623,28624,28625,28626,28638,28641,28642,28650,28651,28652,28653,28654,28655,28656,28832,29355,29529,29552,29760,30246,30247,30248,30251,30252,30255,30763,30774,30856,31259,31260,31525,31688,31689,31690,31902) AND `prints_vector`.`bundle` = 0
?q=12&page=###page###
513
SELECT `id`, `name`, `type` FROM nox_group

Search Results for "12"

 

VECTOR

Ready-made editable vector blueprints available for instant download.


CUSTOM ORDER

Order a custom vector blueprint with a fixed price. Production and delivery within 3-7 work days.


REQUEST

This blueprint is not available as a ready-made item. You can request a custom order for this vehicle.

 

Search Results

We found: 30 sets of blueprints - 195 vector blueprints - 195 free blueprints (view free blueprints).

BMW 5-series blueprint
Set of items
BMW 5-series
Collection of 25 blueprints
Starting at $24

 

BMW 6-series blueprint
Set of items
BMW 6-series
Collection of 12 blueprints
Starting at $24

 

BMW 7-Series blueprint
Set of items
BMW 7-Series
Collection of 15 blueprints
Starting at $24

 

BMW M6 blueprint BMW M6 blueprint
Set of items
BMW M6
Collection of 6 blueprints
Starting at $24

 

Ferrari F12 blueprint
Set of items
Ferrari F12
Collection of 2 blueprints
Starting at $12

 

Ford F-150 blueprint
Set of items
Ford F-150
Collection of 102 blueprints
Starting at $24

 

Ford F-150 SVT Raptor blueprint
Set of items
Ford F-150 SVT Raptor
Collection of 2 blueprints
Starting at $24

 

Lincoln Continental blueprint
Set of items
Lincoln Continental
Collection of 60 blueprints
Starting at $24

 

Mazda Familia blueprint Mazda Familia blueprint
Set of items
Mazda Familia
Collection of 34 blueprints
Starting at $24

 

Mitsubishi Lancer Cargo blueprint Mitsubishi Lancer Cargo blueprint
Set of items
Mitsubishi Lancer Cargo
Collection of 2 blueprints
Starting at $24

 

Nissan 180SX blueprint Nissan 180SX blueprint
Set of items
Nissan 180SX
Collection of 2 blueprints
Starting at $24

 

Nissan 200SX blueprint
Set of items
Nissan 200SX
Collection of 8 blueprints
Starting at $24

 

Nissan AD blueprint Nissan AD blueprint
Set of items
Nissan AD
Collection of 10 blueprints
Starting at $24

 

Nissan Cherry blueprint Nissan Cherry blueprint
Set of items
Nissan Cherry
Collection of 17 blueprints
Starting at $24

 

Nissan Cherry Europa blueprint Nissan Cherry Europa blueprint
Set of items
Nissan Cherry Europa
Collection of 3 blueprints
Starting at $24

 

Nissan Langley blueprint Nissan Langley blueprint
Set of items
Nissan Langley
Collection of 20 blueprints
Starting at $24

 

Nissan Laser Milano blueprint Nissan Laser Milano blueprint
Set of items
Nissan Laser Milano
Collection of 3 blueprints
Starting at $24

 

Nissan Liberta Villa blueprint Nissan Liberta Villa blueprint
Set of items
Nissan Liberta Villa
Collection of 6 blueprints
Starting at $24

 

Nissan March blueprint Nissan March blueprint
Set of items
Nissan March
Collection of 17 blueprints
Starting at $24

 

Nissan Micra blueprint Nissan Micra blueprint
Set of items
Nissan Micra
Collection of 17 blueprints
Starting at $24

 

Nissan Note blueprint Nissan Note blueprint
Set of items
Nissan Note
Collection of 4 blueprints
Starting at $24

 

Nissan Prairie blueprint Nissan Prairie blueprint
Set of items
Nissan Prairie
Collection of 3 blueprints
Starting at $24

 

Nissan Primera blueprint Nissan Primera blueprint
Set of items
Nissan Primera
Collection of 12 blueprints
Starting at $24

 

Nissan Pulsar blueprint
Set of items
Nissan Pulsar
Collection of 30 blueprints
Starting at $24

 

Nissan Sentra blueprint
Set of items
Nissan Sentra
Collection of 19 blueprints
Starting at $24

 

Nissan Silvia blueprint
Set of items
Nissan Silvia
Collection of 17 blueprints
Starting at $24

 

Nissan Tsuru blueprint Nissan Tsuru blueprint
Set of items
Nissan Tsuru
Collection of 15 blueprints
Starting at $24

 

Renault 12 blueprint Renault 12 blueprint
Set of items
Renault 12
Collection of 2 blueprints
Starting at $24

 

Toyota Etios blueprint Toyota Etios blueprint
Set of items
Toyota Etios
Collection of 2 blueprints
Starting at $24

 

Volvo 9700 blueprint
Set of items
Volvo 9700
Collection of 3 blueprints
Starting at $24

 

All search results - 513 items

This list includes all items: free bitmap blueprints, requested items, pre-order and ready vector blueprints.
  Model Views
1994 Volvo FH12-420 6x2 REQUEST F T R S
1996 Volvo FL12-380 6x4 MTT 33t REQUEST F T R S
2010 Volvo Fm12 REQUEST F T R S
Volvo FM12 4x2 REQUEST F T R S
2004 Volvo M12 REQUEST F T R S
1986 Volvo M12 6x4 Fire REQUEST F T R S
1977 Volvo N12 6x2 REQUEST F T R S
1977 Volvo N12 6x4 REQUEST F T R S
2002 Volvo NH12 420 , 4x2 REQUEST F T R S
1989 Volvo NL12 4x2 20.5t REQUEST F T R S
1989 Volvo NL12 4x2 Rigid 20.5t REQUEST F T R S
1989 Volvo NL12 6x4 REQUEST F T R S
1989 Volvo NL12 6x4 Rigid REQUEST F T R S
Volvo volvo-fh12-420-4x2-tractor-truck-1994 REQUEST F T R S
1988 Williams FW12 F1 REQUEST F T R S
1988 Williams FW12 F1 GP REQUEST F T R S
2006 ZIL 3250AO-12 Higher Comfort REQUEST F T R S
2006 ZIL 3250VO-12 Higher Comfort REQUEST F T R S
1910 Alfa Romeo 12-15hp Tag  F T R S
1974 Alfa Romeo 33 TT 12 Le Mans Cabriolet  F T R S
1991 Arrows A12 F1 Formula  F T R S
2008 Aston Martin DBS V12 Coupe  F T R S
2008 Aston Martin DBS V12 Coupe  F T R S
2007 Aston Martin V12 Tag  F T R S
2002 Aston Martin V12 Vanquish Coupe  F T R S
2002 Aston Martin V12 Vanquish Coupe  F T R S
2005 Aston Martin V12 Vanquish S Coupe  F T R S
2011 Aston Martin V12 Vantage Coupe  F T R S
2006 Aston Martin Vanquish V12 Coupe  F T R S
2015 Aston Martin Vantage V12 GT3 Daytona 24 IMSA Tag  F T R S
2009 Audi A8 D3 (Typ 4E) W12 Sedan  F T R S
2006 Audi Q7 V12 TDI SUV  F T R S
1929 Austin 12/4 Clifton Heavy Sedan  F T R S
1929 Austin Heavy 12/4 Windsor Sedan  F T R S
1977 BMW 5-Series 528 E12 Sedan  F T R S
1972 BMW 5-Series E12 520 Sedan  F T R S
1973 BMW 5-Series E12 520 Sedan  F T R S
1973 BMW 5-Series E12 520 Sedan  F T R S
1972 BMW 5-Series E12 Sedan  F T R S
2011 BMW 6-Series F12 Concept Coupe  F T R S
2015 BMW 740i G12 Tag  F T R S
2015 BMW 750Li G12 Tag  F T R S
1989 BMW Alpina B12 (BMW 850i) Coupe  F T R S
1980 BMW M535i E12 Tag  F T R S
1980 BMW M535i E12 Tag  F T R S
BMW M6 Coupe (F12) Coupe  F T R S
2012 BMW M6 Coupe (F12) Coupe  F T R S
2013 BMW M6 Coupe (F12) Coupe  F T R S
1939 BMW R12  F T R S
1968 BRM F1 GP V12 Formula  F T R S
1968 BRM F1 V12 Cabriolet  F T R S
1935 Cadillac Fleetwood V12 Convertible Sedan Sedan  F T R S
1930 Cadillac V12 Town Sedan Sedan  F T R S
1961 Checker A12 Aerobus Limousine Limousine  F T R S
1961 Checker A12 Marathon Limousine Limousine  F T R S
1961 Checker A12 Marathon Tag  F T R S
1939 Chevrolet [12] Tag  F T R S
1990 Coloni C3B Subaru F12 F1 Formula  F T R S
Daewoo F12 VOLVO Heavy Truck  F T R S
1981 Daimler Double Six HE 5.3 V12 Sedan  F T R S
1981 Daimler Double Six HE 5.3 V12 Sedan  F T R S
1924 Delage V12 106L Land Speed Rekord Car Formula  F T R S
1981 DMC Delorean 12 Coupe  F T R S
1981 DMC Delorean 12 Coupe  F T R S
1981 DMC Delorean 12 Coupe  F T R S
1981 DMC Delorean 12 Coupe  F T R S
1982 DMC DeLorean DMC 12 Coupe  F T R S
2013 Ferrari F12 Berlinetta Coupe  F T R S
2014 Ferrari F12 Berlinetta Coupe  F T R S
2013 Ferrari F12 Coupe  F T R S
2012 Ferrari SP12 EPC Eric Clapton Tag  F T R S
2009 Fiat 500 12 Pop Convertible Cabriolet  F T R S
2008 Ford Transit Minibus 12-seat Bus  F T R S
2008 Ford Transit Minibus 12-seat5 Bus  F T R S
2008 Ford Transit Minibus 12-seat7 Bus  F T R S
Henschel Werke HS12 HAK Heavy Truck  F T R S
Henschel Werke HS12 HL Heavy Truck  F T R S
Henschel Werke HS12 HS Heavy Truck  F T R S
Honda 3L V12 Formula  F T R S
1965 Honda RA271 F1 V12 Formula  F T R S
1967 Honda RA273 F1 V12 Formula  F T R S
1932 Horch 670 V12 Cabriolet  F T R S
1932 Horch 670 V12 Coupe  F T R S
2009 Hyundai I20-12 Comfort Hatchback  F T R S
1970 International Dina-531K7-E12 Mexico Heavy Truck  F T R S
1977 Jaguar E-type 2+2 V12 Coupe  F T R S
Jaguar E-Type 2+2 V12 Coupe  F T R S
1971 Jaguar E-Type 53 v12 Coupe  F T R S
1973 Jaguar E-Type S3 V12 Convertible Coupe  F T R S
Jaguar XJ-12 Sedan  F T R S
1976 Jaguar XJ12 Coupe  F T R S
1974 Jaguar XJ12 Sedan  F T R S
2002 Jordan EJ12 F1 Formula  F T R S
1940 Lincoln Continental V12 Coupe  F T R S
1931 Lincoln V12 Judkins Berline Sedan  F T R S
1940 Lincoln Zephyr Continental V12 Convertible Cabriolet  F T R S
1967 Magirus-Deutz 135 12 AK 4x4 Heavy Truck  F T R S
1967 Magirus-Deutz 135 12 K 4x2 Heavy Truck  F T R S
1980 Magirus-Deutz DL23-12 Fire Heavy Truck  F T R S
MAN F8 12-17ton Heavy Truck  F T R S

Search Tips

Please write a vehicle make or brand name (e.g., Ford) or just a model name (e.g., Transit) or both make and model name (e.g., Volkswagen Golf). For better search results, please follow these simple rules:

  • ● Check if the brand or model name is written correctly
  • ● Do not specify your search with version (such as GT or Mk.2)
  • ● Do not specify a year (such as 68 Mustang) - just write Mustang
  • ● Please do not enter words such as blueprints, drawings, templates, PDF, etc.
eng
English
arrow
OK
Log in or Create account
For quick login use:
 
or
Create account or Log in
Gmail / Google+
By pressing this button you accept our terms and conditions
or
Use Email
Facebook
Register with FB or go back
Enter your email address to receive personal notifications.
Register with Email or go back
Create your account with an email.
I forgot password or go back
Enter your email address to reset your password.
Enter new password
Enter your new password.