OK, I'm not a beginner with SQL. After 7 years of hammering away at web apps I've picked up a little bit here and there. But I also try to remember how difficult it was for me to wrap my head around certain things that didn't necessarily have to do with programming logic. Things like design, layout, and database calls.
-
About
Steve "Cutter" BladesHusband, Father, Singer, Photographer, Poet, Priest, & Occasional Developer of ColdFusion Applications. I live and work just outside Nashville, TN with my wife, Teresa, and daughter, Savannah.
I am an Adobe Certified Expert as an Advanced ColdFusion Developer, and co-author of two books on Sencha's Ext JS library, most recent being Learning Ext JS 3.2
. Lately I spend most of my time working in Angular JS and Node.js, hacking all my bits in ES2015 and automating tasks with Gulp.js. You can learn more about me in the Who I Am category.
Recent Entries
Archives by Subject
Adobe (38) [RSS]
AIR (3) [RSS]
Ajax (13) [RSS]
AngularJS (6) [RSS]
Apache (5) [RSS]
Application Setup (29) [RSS]
BlogCFC (6) [RSS]
Bootstrap (3) [RSS]
Build A Better ColdFusion App (2) [RSS]
Centaur Tour (2) [RSS]
CFEclipse (5) [RSS]
CFGMap (1) [RSS]
CFManiacs (5) [RSS]
cfObjective (2) [RSS]
CFQueryReader (10) [RSS]
CFScript (7) [RSS]
CFUI (1) [RSS]
CFUnited (5) [RSS]
ColdFusion (190) [RSS]
ColdFusion 8 (50) [RSS]
CSS (3) [RSS]
DataTables (2) [RSS]
Development (192) [RSS]
Docker (3) [RSS]
ES2015 (4) [RSS]
ExtJS (47) [RSS]
Firefox (1) [RSS]
General Coding Guidelines (8) [RSS]
Google Chrome (2) [RSS]
HTML5 (3) [RSS]
Internet Explorer (2) [RSS]
IronWorker (2) [RSS]
Jasmine (1) [RSS]
JavaScript (12) [RSS]
Jobs (5) [RSS]
jqGrid (10) [RSS]
JQuery (28) [RSS]
JSON (3) [RSS]
Learning ExtJS (16) [RSS]
Legacy Code (18) [RSS]
Lightroom (1) [RSS]
Mailgun (1) [RSS]
Making the View (7) [RSS]
Mango Blog (1) [RSS]
Model Glue:Unity (4) [RSS]
MSOC (10) [RSS]
Mura (2) [RSS]
My 2 cents (10) [RSS]
My First ExtJS DataGrid (15) [RSS]
NCFUG (6) [RSS]
NodeJS (2) [RSS]
ORM (2) [RSS]
PDF (1) [RSS]
PhantomJS (1) [RSS]
Photography (1) [RSS]
Poetry (1) [RSS]
Reflect Upon Your Country (4) [RSS]
regex (1) [RSS]
Scorpio Tour (4) [RSS]
Sencha (4) [RSS]
SQL (5) [RSS]
Team CF Advance (1) [RSS]
This Blog (17) [RSS]
Thoughts (1) [RSS]
Usability (2) [RSS]
VFS (1) [RSS]
WebManiacs (3) [RSS]
Welcome (1) [RSS]
Who I Am (22) [RSS]
Zip (1) [RSS]
Calendar
Recent Comments
Angular UI Sortable for Managing Sort Order
Stan said: Wow, I have been stuck for many hours trying to update sort order and your last bit of code solved m... [More]Death to Var - Why Let and Const Really Interest Me In JavaScript
Ben Nadel said: This: >> When you set a variable with const, you are assigning a variable to a specific locat... [More]Angular UI Sortable for Managing Sort Order
Cutter said: @William, It does say in the article "This demo isn't going to get into the server side mechan... [More]Angular UI Sortable for Managing Sort Order
William said: Server side part? This just re-orders on the client. I was actually looking for an example that sh... [More]What's Wrong With ColdFusion?
waybackmac said: I just spent the better part of today reading all these comments. Almost all make incredibly valid p... [More]Subscribe
Enter your email address to subscribe.
#1 by dc on 2/9/07 - 5:46 AM
Also, COALESCE is a slighty different beast in Oracle... where you can put N number of expressions into it as arguments and it will return the first non null value.
COALESCE(expr1, expr2, expr3, ..., exprN)
#2 by Cutter on 2/9/07 - 6:29 AM
#3 by Eddie Lau on 5/24/07 - 9:45 PM
#4 by Cutter on 5/28/07 - 9:47 AM