I would like to understand the syntax of SQWL to add columns in widget.Ex: Node - Description - and others.
I'm a bit confused by your screenshot, but basically a column swql syntax is:
"SELECT column, another, anotherifyouwantFROM table"
In that it's comma separated things immediately after a select.
You can get fancy with it, but I think that's a lesson for another day