See https://stackoverflow.com/a/52260646/440323.
On Monday, September 10, 2018 at 7:05:21 AM UTC-4, mostwanted wrote:
>
>
> I have contact details of different places in my DB, the names of these
> different places are displayed as links in a page, what i want is for the
> contact details of a
I have contact details of different places in my DB, the names of these
different places are displayed as links in a page, what i want is for the
contact details of a place to be displayed in a tooltip when i click on the
link name of that place. But that is not happening! What happens is that
Hello,
is it possible to sort NULLS last with orderby desc?
orderby=~db.table.last_login
I want the empty last_login last in desc sorting.
On postgresql:
ORDER BY sort_expression1 [ASC | DESC] [NULLS { FIRST | LAST }]
Thanks,
Mike
--
Resources:
- http://web2py.com
- http://web2py.com/book
3 matches
Mail list logo