Topic: Report (SQL)

Bonjour a tous

J'ai encore besoin de votre aide.

SELECT strftime('%d.%m.%Y', date) as date,

Comment je peux faire pour record_count ?

Select .......................................................

merci de votre aide

Niko

Re: Report (SQL)

Hi


Sorry, it's not entirely clear what you're trying to do. Can you be more detailed?

Re: Report (SQL)

Может Вас, интересует создание не стандартного счетчика ?
Maybe you are interested in creating a non-standard counter?
http://myvisualdatabase.com/forum/viewtopic.php?id=1088

Re: Report (SQL)

select count(column) from table or select count(*) from table from table everything here for SQLite: https://www.sqlitetutorial.net/sqlite-count-function/

Difficile de savoir exactement comment aider sans plus de détails.