When Copy DDL - strip extra generated text
My original create view statement
When using Copy DDL, it will generate this:
With all the extra database names/schema (?), extra ' etc ... is there a simple way of stripping this extra text.
I want I it to look like how I created it.
请先登录再写评论。
Hi,
DG shows source code for views as they are stored in database.
There is no simple way.
Thank you.