I am trying to "translate" the following command into dynamic SQL to be used in a procedure:
SELECT *, 'IDS' AS SYSID FROM MODE_TEST.USR02
Can someone help with this question? I am facing problems with the 'IDS'.
thanks,
regards,
I am trying to "translate" the following command into dynamic SQL to be used in a procedure:
SELECT *, 'IDS' AS SYSID FROM MODE_TEST.USR02
Can someone help with this question? I am facing problems with the 'IDS'.
thanks,
regards,
Copyright © 2021 Jogjafile Inc.
You can use like below: