Hi
I want to make an exact copy of a table in the same database...
i am trying the belwo query. but gives an error message
$sqlCopy = "SELECT *
INTO ratecodes_TEST
FROM ratecodes_stagging";
error is
Error: [256] Could not query table: Undeclared variable: ratecodes_TEST
Query: SELECT * INTO ratecodes_TEST FROM ratecodes_stagging
Thanks in advance