SQL Step to copy table

srinadh
Registered Posts: 2 ✭
Hi,
was trying to run insert statement as step in scenario , it's loading only 10 records
can you please guide me what could be the issue?
Tagged:
Best Answer
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,321 Neuron
Have you seen this option in the SQL Step?
Answers
-
Turribeach Dataiku DSS Core Designer, Neuron, Dataiku DSS Adv Designer, Registered, Neuron 2023 Posts: 2,321 Neuron
I am afraid there is insufficient information in your post to understand what the problem is. Are you expecting more than 10 rows? How are you running your insert statement in a scenario step and why? Post your code.
-
hey let me put it briefly, i am trying to insert data from existing table to new table by using SQL step in scenario
when i run that particular step its writing only 10 records