V
Size: a a a
V
VS
IZ
VS
VS
VS
IZ
IZ
VS
IZ
VS
VS
IZ
VS
P

order by CAST(`ptcs`.`number` as SIGNED) ascVS
order by CAST(`ptcs`.`number` as SIGNED) ascP
LE
select id, number::integer as number
from products
inner join product_to_category_sketch as ptcs
on product_id = id and category_sketches_id = 3
order by number asc
limit 44 offset 0
P
select id, number::integer as number
from products
inner join product_to_category_sketch as ptcs
on product_id = id and category_sketches_id = 3
order by number asc
limit 44 offset 0