Mercurial > sqlpython
comparison docs/source/capabilities.rst @ 528:539c11ad1b7e
Fix do_comments bug
author | catherine.devlin@gmail.com |
---|---|
date | Mon, 31 Jan 2011 19:56:25 -0500 |
parents | 46589473c36b |
children |
comparison
equal
deleted
inserted
replaced
527:9aeb875cd2b2 | 528:539c11ad1b7e |
---|---|
280 Wild SQL is a nonstandard SQL feature that must be enabled with `set wildsql on`. When it is | 280 Wild SQL is a nonstandard SQL feature that must be enabled with `set wildsql on`. When it is |
281 enabled, column names in a SELECT statement do not need to be explicitly typed; they can be | 281 enabled, column names in a SELECT statement do not need to be explicitly typed; they can be |
282 specified with special Wild SQL symbols: wildcards (`*`, `%`, `_`); column numbers (`#{N}`); | 282 specified with special Wild SQL symbols: wildcards (`*`, `%`, `_`); column numbers (`#{N}`); |
283 and NOT-style exclusion (`!`). The symbols can even be combined. | 283 and NOT-style exclusion (`!`). The symbols can even be combined. |
284 | 284 |
285 TODO: column number Wild SQL is not working as of sqlpython 1.7.0 | |
286 | |
287 :: | 285 :: |
288 | 286 |
289 jrrt@orcl> cat party | 287 jrrt@orcl> cat party |
290 | 288 |
291 NAME STR INT WIS DEX CON CHA | 289 NAME STR INT WIS DEX CON CHA |