SQL
-
Hi again!
Maybe it’s a problem with my MySQL Server:
MySQL Version 10.5.21 MariaDB Server
archive.php
$sql = “CREATE OR REPLACE VIEW
{$wpdb->prefix}redirection_logs_view
ASSELECT * FROM
{$wpdb->prefix}redirection_logs
UNION ALL
SELECT * FROM
{$wpdb->prefix}redirection_logs_archive
“;#1222 – The used SELECT statements have a different number of columns
The page I need help with: [log in to see the link]
Viewing 3 replies - 1 through 3 (of 3 total)
Viewing 3 replies - 1 through 3 (of 3 total)
- The topic ‘SQL’ is closed to new replies.