TheDeveloperBlog.com

Home | Contact Us

C-Sharp | Java | Python | Swift | GO | WPF | Ruby | Scala | F# | JavaScript | SQL | PHP | Angular | HTML

SQLite Aggregate Functions

SQLite Aggregate Functions with history, features, advantages, installation, commands, syntax, datatypes, operators, expressions, databases, table, crud operations, clauses, like, glob, limit, and clause, advance sqlite

<< Back to SQLITE

SQLite Aggregate Function

SQLite Aggregate functions are the functions where values of multiple rows are grouped together as input on certain criteria and form a single value as output. Following is a list of some SQLite Aggregate function:

  • SQLite MIN Function
  • SQLite MAX Function
  • SQLite AVG Function
  • SQLite COUNT Function
  • SQLite SUM Function
  • SQLite RANDOM Function
  • SQLite ABS Function
  • SQLite UPPER Function
  • SQLite LOWER Function
  • SQLite LENGTH Function
  • SQLite sqlite_version Function
Index Function Description
1) SQLite MIN Function The SQLite MIN function is used to select the lowest (minimum) value for a certain column.
2) SQLite MAX Function The SQLite MAX function is used to select the highest (maximum) value for a certain column.
3) SQLite AVG Function The SQLite AVG function is used to select the average value for certain table column.
4) SQLite COUNT Function The SQLite COUNT function is used to count the number of rows in a database table.
5) SQLite SUM Function The SQLite SUM function is used to select the total for a numeric column.
6) SQLite RANDOM Function The SQLite RANDOM function returns a pseudo-random integer between -9223372036854775808 and +9223372036854775807.
7) SQLite ABS Function The SQLite ABS function is used to get the absolute value of the numeric argument.
8) SQLite UPPER Function The SQLite UPPER function is used to convert a string into upper-case letters.
9) SQLite LOWER Function The SQLite LOWER function is used to convert a string into lower-case letters.
10) SQLite LENGTH Function The SQLite LENGTH function is used to get the length of a string.
11) SQLite sqlite_version Function The SQLite sqlite_version function is used to fetch the version of the SQLite library.

Next TopicSQLite Min




Related Links:


Related Links

Adjectives Ado Ai Android Angular Antonyms Apache Articles Asp Autocad Automata Aws Azure Basic Binary Bitcoin Blockchain C Cassandra Change Coa Computer Control Cpp Create Creating C-Sharp Cyber Daa Data Dbms Deletion Devops Difference Discrete Es6 Ethical Examples Features Firebase Flutter Fs Git Go Hbase History Hive Hiveql How Html Idioms Insertion Installing Ios Java Joomla Js Kafka Kali Laravel Logical Machine Matlab Matrix Mongodb Mysql One Opencv Oracle Ordering Os Pandas Php Pig Pl Postgresql Powershell Prepositions Program Python React Ruby Scala Selecting Selenium Sentence Seo Sharepoint Software Spellings Spotting Spring Sql Sqlite Sqoop Svn Swift Synonyms Talend Testng Types Uml Unity Vbnet Verbal Webdriver What Wpf