leolv123 opened a new issue #7072:
URL: https://github.com/apache/shardingsphere/issues/7072
sharding print the log as follows:
``Sharding-Sphere-SQL : Logic SQL: select
goods_size,waybill_id,`count`,goods_type
from
waybill_goods
where enabled_flag=1
AND (
waybill_id = ?
or
waybill_id = ?
)::: [[151027917487616978, 151027802266016180]]
Sharding-Sphere-SQL : Actual SQL: oms_waybill_9 :::
select goods_size,waybill_id,`count`,goods_type
from
waybill_goods_78
where enabled_flag=1
AND (
waybill_id = ?
or
waybill_id = ?
) ::: [[151027917487616978, 151027802266016180]]
Sharding-Sphere-SQL : Actual SQL: oms_waybill_1 :::
select goods_size,waybill_id,`count`,goods_type
from
waybill_goods_80
where enabled_flag=1
AND (
waybill_id = ?
or
waybill_id = ?
) ::: [[151027917487616978, 151027802266016180]]
mysql output data as follows:

Final return result as follows:

why the column 'count' return null ???
----------------------------------------------------------------
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
For queries about this service, please contact Infrastructure at:
[email protected]