Posts by Clarissa • 21 points
2 posts
-
0
votes2
answers71
viewsQ: How to do WHERE with an incomplete name to find the record that in the bank is with the full name?
Hello, I need to get the system to email the registered person on a form as the engineer in charge. Then I need to make an SQL that looks for the email from the name. So far ok. If the person type…
-
0
votes2
answers127
viewsA: SELECT LIST returns only one value and not a list
I managed to, thank you! Worked with the following code: SELECT caem_seq, caem_code, caem_desc, (SELECT LIST('-' || user_name || '-' || user_elogin || '-' || cmpn_desc || '-' || user_email,…