"query affected x rows", no output shown
-
I made a very simple SQL:
SELECT wp_em_bookings.event_id as id FROM wp_em_bookings;
The output of the plugin is
Query returned 317 rows in 0.0009 seconds.
Query affected 317 rows!
Array ( [0] =>
[1] =>
[2] =>
)But it doesn’t show any data, no error. Any ideas?
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘"query affected x rows", no output shown’ is closed to new replies.