SQLite COUNT as type cast -



SQLite COUNT as type cast -

i wondering if possible cast integer gotten count real

something next (though doesn't work)

select cast (count (columna) count) real) table1 ....

i can convert count int real externally sql cutting downwards on steps need perform.

a column alias must come after entire expression:

select cast(count(columna) real) count ...

sqlite

Comments

Popular posts from this blog

php - Android app custom user registration and login with cookie using facebook sdk -

c# - Create a Notification Object (Email or Page) At Run Time -- Dependency Injection or Factory -

Set Up Of Common Name Of SSL Certificate To Protect Plesk Panel -