uncleflo

profile picture

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

Registered since September 28th, 2017

Has a total of 4246 bookmarks.

Showing top Tags within 4 bookmarks

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


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.