CARVIEW |
Topics: sql
Feed Subscription
Email Subscription

Please sign in or register to post.

Please sign in or register to post.
-
Ten Tips for Android Application Development
By zigurd: 09 December 2009 - 02:53 PM
Beginner tips Learn SQL and put your data models in a database Android has an excellent persistence system; use it to make your applications more robust in case of failure or shutdown, and to make s...
-
jdbc sql question?
By xiaofanku: 06 December 2009 - 04:54 PM
i has sql statement:SELECT COUNT(*) FROM angle_dispatchemployee d INNER JOIN angle_comtract c ON d.deid=c.dispatchemployee_deid WHERE c.rstate=? AND d.state=? AND c.company_acid IN(?) c.rstate=0(or 1)...
-
How to Use HTML 5 Storage in Palm webOS
By steve@oreilly.com: 19 November 2009 - 04:21 PM
Palm webOS supports the HTML 5 Database object. The following excerpt from Palm webOS shows you how to create and query an SQL database using the HTML 5 Database object. By default, Palm webOS st...
-
Is there an easy way to get the results of a SQL query into a new table?
Asked by MikeH : 19 November 2009 - 09:04 AM
Answered by KBenson: Nov 19 2009 01:04 PM
In MySQL you can use the result of a select for the values of an insert. mysql> create table t1 ( one int, two int, three char(10)); Query OK, 0 rows affected (0.09 sec) mysql> create table t... full answer >
-
HTML 5 Storage for Palm webOS
By steve@oreilly.com: 02 November 2009 - 04:29 PM
Palm webOS includes support for the HTML 5 Database object to create, update, and query an SQL database. The HTML 5 database interfaces are asynchronous, requiring you to use callbacks for much of you...
-
How to Use SQL to Search for Keywords Without the LIKE Operator
By andr3w: 27 October 2009 - 10:06 PM
You can do a simple keyword search using the LIKE operator. Unfortunately, this can be slow. Fortunately, an efficient keyword search is available in many systems.Often you must store ...
-
How to compute distances based on zip codes
By mike-loukides: 26 October 2009 - 12:20 PM
If you're writing a web application, and you want to find places (restaurants, theaters) within a certain distance from your user, you'll probably need to work with zip codes. Here's a go...
-
How to Convert Subqueries to JOINs
By drgrussell: 24 October 2009 - 09:19 PM
Sometimes you want to query one table, use that result to query another table, and then use that result to query yet another table. It’s tempting to do this as three separate queries, ...
-
Don’t Perform the Same Calculation Over and Over in SQL
By andr3w: 24 October 2009 - 06:46 PM
The FROM clause of a SELECT statement may include other SELECT statements. This feature can simplify a complex statement. Sometimes using a derived table statement is the only way to get the results...
-
How to get a random sample in SQL
By odewahn1: 15 October 2009 - 06:36 AM
It can be a real pain to develop and test queries against really big tables. So, rather than query the entire table, you can use a simple trick to select a random sample (a smaller subset). Here...
![]() ©2009, O'Reilly Media, Inc. (707) 827-7000 / (800) 998-9938 All trademarks and registered trademarks appearing on oreilly.com are the property of their respective owners. |
About O'Reilly Academic Solutions Authors Contacts Customer Service Jobs Newsletters O'Reilly Labs Press Room Privacy Policy RSS Feeds Terms of Service User Groups Writing for O'Reilly |
Content Archive Business Technology Computer Technology Microsoft Mobile Network Operating System Digital Photography Programming Software Web Web Design |
More O'Reilly Sites O'Reilly Radar Ignite Tools of Change for Publishing Digital Media Inside iPhone makezine.com craftzine.com hackszine.com perl.com xml.com Partner Sites InsideRIA java.net O'Reilly Insights on Forbes.com |