Unsupported Screen Size: The viewport size is too small for the theme to render properly.

View Errors On Import?

forums forums SQLyog Using SQLyog View Errors On Import?

  • This topic is empty.
Viewing 1 reply thread
  • Author
    Posts
    • #11629
      Ukuser
      Member

      Hi folks,

      I've run the following query:

      insert into `contact_data` select * from `l001`

      and it returns:

      (975 row(s) affected, 51 warning(s))

      Execution Time : 00:00:00:218

      Transfer Time : 00:00:00:000

      Total Time : 00:00:00:218

      Is there any way to actually see what those warnings are? I don't want them to be loss of data, but I just don't know how serious they are.

      Many thanks

      A

    • #29460
      peterlaursen
      Participant

      Currently you will have to execute the statement “SHOW WARNINGS;”

      My guess is that some data were truncated (if a column in(contact_data) is shorter than on (l001)).

Viewing 1 reply thread
  • You must be logged in to reply to this topic.