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

Forum Replies Created

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • in reply to: Copy Table Error #20165
    rtk
    Member

    The source database is 5.0.17. The target database is 3.23.58-16. I am using SQLyou 5.01.

    in reply to: Drop And Create Table – New Mysql User #20146
    rtk
    Member

    I'm using the SELECT statement to create the data.

    I don't want to use the GUI because what I want to happen without user input at night is this…

    1/Import my ODBC tables automatically (figured this out)

    2/Create a table using a select statement automatically (almost there except for this problem)

    3/Export the new table to my website MYSQL server.

    If I seperate the drop table statment from my create table statement with a ';' it stops the query after the “drop table” and does not create the new table from the following select statement.

    If I run the drop table statement and the create table select… individually in separate queries they work fine.

    ?

Viewing 2 posts - 1 through 2 (of 2 total)