14,494 questions
Hi @Su Si,
When you create the source manager, you may use below command.
Select * from yourtable where (RowID % 2) = 1
If you do not have the RowID, you may use ROW_NUMBER().
Regards,
Zoe Hui
If the answer is helpful, please click "Accept Answer" and upvote it.