CARVIEW |
- Trending Topics:
- linux
- javascript
- java
- dns
- html
- iphone
- Windows
- perl
- social media
- More...
Top Contributors
-
86 Answers
-
56 Answers
-
26 Answers
-
23 Answers
-
20 Answers
Topics: sql
-
1VOTES0ALTERNATES
How to Use SQL to Search for Keywords Without the LIKE Operator
By andr3wYou 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 ...
27 October 2009 - 10:06 PM | 0 Comments
Tags:
-
1VOTES0ALTERNATES
How to compute distances based on zip codes
By mike-loukidesIf 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...
26 October 2009 - 12:20 PM | 0 Comments
Tags:
-
1VOTES0ALTERNATES
How to Convert Subqueries to JOINs
By drgrussellSometimes 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, ...
24 October 2009 - 09:19 PM | 0 Comments
Tags:
-
1VOTES0ALTERNATES
-
0VOTES1ALTERNATES
-
0VOTES0ALTERNATES
How to use sequence generators as counters in MySQL
By paulduboisIf you’re interested only in counting events, use a sequence-generation mechanism that uses just one row per counter.AUTO_INCREMENTcolumns are useful for generating sequences across a ...
11 September 2009 - 06:04 PM | 0 Comments
Tags:
-
0VOTES0ALTERNATES
How to use the SQL mode to control bad input data handling in MySQL
By paulduboisBy default, MySQL is forgiving about accepting data values that are invalid, out of range, or otherwise unsuitable for the data types of the columns into which you insert them. (...
11 September 2009 - 05:45 PM | 0 Comments
Tags:
-
0VOTES0ALTERNATES
-
0VOTES0ALTERNATES
-
0VOTES0ALTERNATES
How to handle special characters in identifiers in MySQL
By paulduboisIf you need to construct SQL statements that refer to identifiers containing special characters, quote the identifiers so that they can be inserted safely into statement strings. The topic ca...
10 September 2009 - 01:14 PM | 0 Comments
Tags:
- 1
![]() ©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 O'Reilly FYI makezine.com craftzine.com hackszine.com perl.com xml.com Partner Sites InsideRIA java.net O'Reilly Insights on Forbes.com |