Home » U++ Library support » U++ SQL » Syntactic sugar
Re: Syntactic sugar [message #18770 is a reply to message #18767] |
Mon, 20 October 2008 14:33   |
|
We could also add extended version of TABLE macro with alias parameter.
TABLE(CUSTOMER, CU)
END_TABLE
Select(CU[NAME], CU[AGE])
.From(CUSTOMER).As(CU) //of course As is not necessary here
|
|
|
Goto Forum:
Current Time: Thu Aug 14 19:44:46 CEST 2025
Total time taken to generate the page: 0.15606 seconds
|