but I need to see a specific data, I have a form with the user table with a field name with the primary key with name id, I create a second form id primary key,with new field with the name test, I would like to see the record right, I do not understand, I write the script:
SELECT name
FROM users
WHERE id = ‘{test}’
ORDER BY name