Hi
2018-03-16 16:12 GMT+01:00 Tiffany Thang <tiffanythang@xxxxxxxxx>:
select * from emp where empid=&empidvalue;In oracle, we use the & sign, for example,Hi,Would it be possible to prompt for a user input in psql like in Oracle sqlplus?
see \prompt
Regards
Pavel
Thanks.