I have an application form listing and I want to display only records that have a value in the table USER_ID 242 I try in every way, but I do not get the desired result.
I’ve tried in the Fields -> Grid Lookup - id_requests with the command
SELECT * id_requests
FROM aml8c_sv_apptpro2_requests
WHERE user_id = 242
I USER_ID defined in different ways:
WHERE user_id = '242 ’
WHERE user_id = “242”
WHERE user_id = {“242”}
WHERE user_id = {'242 '}
but no command does not work. Could you please help me which command to write, I’ll get the desired result.
Thank you.
I attach pictures.