Comments
1 comment
-
Many thanks for your post.
I have logged this as a feature request (SP-2852) in our internal tracking system.
So that this can be viewed by our development team and decide whether it can be a candidate for future release.
I will keep you updated on this.
Mean while kindly let us know if you have any issues or questions regarding the product,I'll like to help.
Add comment
Please sign in to leave a comment.
select *
from tblA a inner join
tblB b on a.PK = b.PK inner join
tblC c on c.PK = b.FK
All of our code follows this structure. I want to create a custom style like this.
Thanks,
Peg