uncleflo

profile picture

Some cool dude. Higher order of decision making. Absolute.

Registered since September 28th, 2017

Has a total of 4281 bookmarks.

Showing top Tags within 4 bookmarks

howto   information   development   guide   reference   administration   design   website   software   solution   service   online   product   business   uk   tool   company   linux   code   server   system   application   web   list   video   marine   create   data   experience   tutorial   description   explanation   learn   technology   build   article   blog   world   boat   project   download   windows   lookup   security   free   performance   javascript   technical   london   control   network   beautiful   tools   support   course   file   research   purchase   image   library   programming   youtube   example   php   construction   opensource   install   community   html   quality   profile   computer   feature   power   browser   music   platform   mobile   process   work   manage   professional   user   share   database   hardware   buy   industry   internet   dance   advice   developer   installation   camera   search   3d   access   customer   material   travel   money   test   standard   develop   css   review   documentation   engineering   photography   engine   webdesign   digital   device   speed   api   source   event   question   management   program   client   phone   discussion   story   simple   content   water   marketing   app   yacht   account   setup   idea   interface   package   fast   communication   cheap   compare   script   market   study   easy   live   google   resource   operation   demonstration   startup   monitor  


Tag selected: sqlite.

Clear all

Showing 4 results.

Looking up sqlite tag. Showing 4 results. Clear

SQLite Query Language: Aggregate Functions

http://www.sqlite.org/lang_aggfunc.html

Saved by uncleflo on February 28th, 2012.

The aggregate functions shown below are available by default. Additional aggregate functions written in C may be added using the sqlite3_create_function() API. In any aggregate function that takes a single argument, that argument can be preceded by the keyword DISTINCT. In such cases, duplicate elements are filtered before being passed into the aggregate function. For example, the function "count(distinct X)" will return the number of distinct values of column X instead of the total number of non-null values in column X.

aggregate development functions interesting reference sql database sqlite


SQLite Home Page

http://www.sqlite.org/

Saved by uncleflo on September 6th, 2011.

SQLite is a software library that implements a self-contained, serverless, zero-configuration, transactional SQL database engine. SQLite is the most widely deployed SQL database engine in the world. The source code for SQLite is in the public domain.

database sql sqlite opensource programming software development c db sqlite3 reference Advanced Databases


SQLite commands and general usage

http://www.pantz.org/software/sqlite/sqlite_commands_and_general_usage.html

Saved by uncleflo on September 6th, 2011.

SQLite is an embedded open source relational database (db). It is very portable, easy to use, compact, efficient, and reliable. Being an embedded database it becomes part of the program that hosts it. It is embedded in many popular programs used today. Most use the SQLite C API to interface with the SQLite db. Many scripting/programming languages use the API like the Perl module DBI::SQLite, PHP's data objects with the SQLite driver, or just straight C programs. Not only can these languages (and many more) use the SQLite C API to access the SQLite db but most OS's have a statically linked native binary that can also be controlled completely from the command line. How cool is that?

sqlite database documentation howto sql tips command general faq sqlite3 commands help pretty information guide dbms


Lita Sqlite Browser

https://github.com/davidderaedt/Lita

Saved by uncleflo on June 6th, 2011.

Multiplatform SQLite admin

sqlite flash multiplatform source administration davidderaedt interface data database client viewer


No further bookmarks found.