Mysql
 sql >> Base de Dados >  >> RDS >> Mysql

MySQL ERRO 502:SELECT * FROM table WHERE uid=1 ORDER BY id DESC LIMIT 0, 100; Paginação não funciona


tentar:
$rows = $wpdb->get_results( "SELECT * FROM wp_orders WHERE uid=1 ORDER BY id DESC LIMIT $offset, $items_per_page");