Sequences/Problem II.

Started by Ludwig Meyerhoffalmost 25 years ago1 messagesgeneral
Jump to latest
#1Ludwig Meyerhoff
ludwig@antar.com

Hallo!

I temporary solved the problem with the sequences by making a query:
select id from ports order by id desc limit 1;

But I am not convinced this is "the real way" to get the number of element
the table ports has ....

Saluti!

Ludwig