Answers for "Duplicate records from SqlCreator" https://knowledge.亚搏在线safe.com/questions/85338/duplicate-records-from-sqlexecutor.html The latest answers for the question "Duplicate records from SqlCreator" Answer by david_r https://knowledge.亚搏在线safe.com/answers/85951/view.html

A simple way to debug if it's the table contents or something else that's causing the issue,is to add the following where-clause at the end of your SQL statement:

...and rownum = 1

If you still get two features,then it's probably not the database.On the other hand,if that fixes the problem then it's 99% certain that it's the table contents that actually contains several records that match your where-clause.

Mon,28 Jan 2019 08:00:21 GMT david_r
Answer by david_r https://knowledge.亚搏在线safe.com/answers/85362/view.html

Can you share the exact contents of statement used in the SQLCreator?A screenshot would be perfect.

Tue,15 Jan 2019 09:25:31 GMT david_r
Answer by erik_jan https://knowledge.亚搏在线safe.com/answers/85341/view.html

I suppose you have connected only the Result output port?

If you would have connected both Result and Initiator output ports,that would explain the duplicates.

Mon,14 Jan 2019 20:33:37 GMT erik_jan