• Resolved patbell101

    (@patbell101)


    I am trying to update a field in a specific table. I know it is the right table which relates to 200 rows in my actual app. But in adminer it has zero rows, though other tables show the row count I would expect.

    Is there some permissions or caching going on?

    • This topic was modified 7 years, 4 months ago by patbell101.
Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author arisoft

    (@arisoft)

    Click “SQL command” link and execute the following SQL query:

    SELECT COUNT(*) FROM table_name

    Just replace table_name with name of the table. For example:

    SELECT COUNT(*) FROM wp_posts

    This query should return number of records in the selected table.

    Plugin Author arisoft

    (@arisoft)

    The topic is closed because we haven’t received any reply during 2 weeks.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Table is empty but I know it isn’t’ is closed to new replies.