Using alias name in WHERE clause

后端 未结 3 1926
感情败类
感情败类 2020-12-12 03:56

I am executing the below query and using alias name for all columns. I have named alias with a . since that is a requirement. now, I want to refer to the alias name directly

3条回答
  •  难免孤独
    2020-12-12 04:14

    Replace "PT".".PRNT_PROD_ID" by "PT"."PRNT_PROD_ID" or for a better understanding by pt.prnt_prod_id

提交回复
热议问题