Page 1 of 1

View Data in phpMyAdmin

Posted: September 10th, 2021, 9:20 am
by khurshid.arshad
Dear Team;

In old days we can see data in phpMyAdmin against each row. But now it is not. There is a way to view data in phpMyAdmin other than rational table.

Best regards.
Arshad

Re: View Data in phpMyAdmin

Posted: September 13th, 2021, 12:14 pm
by savy
Questionnaire content is stored as compressed JSON. Easiest way to view a case is using MySQL Workbench using the query
SELECT uncompress(questionnaire) FROM DICT_NAME where caseids = '<your caseid string>';
In the result grid you can right click on the cell and open in value viewer as Text/JSON

Re: View Data in phpMyAdmin

Posted: September 29th, 2021, 11:20 am
by khurshid.arshad
Dear Savy;

How can update case in phpmyadmin through sql query.
Best.
a.