teradata-java

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • terrordata
    New Member
    • Apr 2007
    • 1

    teradata-java

    Hey...
    i have a major doubt. is it possible to use an insert command in a loop while inserting data into a teradata table from java? if so can someone please give me the syntax?
  • iburyak
    Recognized Expert Top Contributor
    • Nov 2006
    • 1016

    #2
    You have to give more info to get an answer.

    General loop in SQL is:


    Code:
    While (Some condition here)
    BEGIN
        Insert statement here.......
    END

    Irina.

    Comment

    Working...