• Visitors can check out the Forum FAQ by clicking this link. You have to register before you can post: click the REGISTER link above to proceed. To start viewing messages, select the forum that you want to visit from the selection below. View our Forum Privacy Policy.
  • Want to receive the latest contracting news and advice straight to your inbox? Sign up to the ContractorUK newsletter here. Every sign up will also be entered into a draw to WIN £100 Amazon vouchers!

Two for one special offer

Collapse
X
  •  
  • Filter
  • Time
  • Show
Clear All
new posts

    Two for one special offer

    Using MySQL QB

    I have an insert script, 343 rows.
    When I run it it inserts double the number of rows.

    So two for one.

    Knock first as I might be balancing my chakras.

    #2
    Originally posted by suityou01 View Post
    Using MySQL QB

    I have an insert script, 343 rows.
    When I run it it inserts double the number of rows.

    So two for one.

    Those are sarcastic bananas

    HTH
    Knock first as I might be balancing my chakras.

    Comment


      #3
      Sounds like you have double end of line terminators, e.g.

      Code:
      INSERT INTO foo VALUES (123);
      /
      Best Forum Advisor 2014
      Work in the public sector? You can read my FAQ here
      Click here to get 15% off your first year's IPSE membership

      Comment


        #4
        Originally posted by TheFaQQer View Post
        Sounds like you have double end of line terminators, e.g.

        Code:
        INSERT INTO foo VALUES (123);
        /
        Interesting

        twas

        insert into foo(foo1,foo2) values (bar1,bar2);
        insert into foo(foo1,foo2) values (bar1,bar2);
        insert into foo(foo1,foo2) values (bar1,bar2);

        the developer used the same script using a different db client and Robert is your Aunties brother or something like that

        MySQL QB is pants (IMVHO)

        Ne'er mind. There I go breaking my new rule about posting when I'm angry.
        Knock first as I might be balancing my chakras.

        Comment


          #5
          i don't know how you manage the stress/excitement sy

          Comment


            #6
            Originally posted by suityou01 View Post
            insert into foo(foo1,foo2) values (bar1,bar2);
            insert into foo(foo1,foo2) values (bar1,bar2);
            insert into foo(foo1,foo2) values (bar1,bar2);
            even so, an extra / at the end of all that could whizz the whole lot in again if it's anything like Oracle SQL*Plus.

            Comment


              #7
              3 of us have just PMd and agreed that we are all going to to throw a Zambian Quacha into the pot and have you assassinated.

              PZZ

              Comment


                #8
                Originally posted by thunderlizard View Post
                even so, an extra / at the end of all that could whizz the whole lot in again if it's anything like Oracle SQL*Plus.
                That was my guess, but you never know.
                Best Forum Advisor 2014
                Work in the public sector? You can read my FAQ here
                Click here to get 15% off your first year's IPSE membership

                Comment

                Working...
                X