Thu, Aug 25 2005
13:42:52
|
|
Request created by guest
|
|
Subject: sql notes: INSERT INTO - mistake?
Platform: GNU/Linux/i386
grass obtained from: CVS
grass binary for platform: Compiled from Sources
GRASS Version: cvs 23.08.05
It seems to me that this entry in "sql notes" in the manual:
INSERT INTO table ( columns ) values
should be rather *something like*
INSERT INTO table (column1[,column2,...]) VALUES (value1[,value2,...])
Please correct me if not so I'll kill this report.
Maciek |
|
Thu, Aug 25 2005
16:29:20
|
|
Area changed to grass6.1 by msieczka
|
|
Wed, Aug 31 2005
20:56:53
|
|
Area changed to grass6 by mneteler
|
|
Wed, Aug 31 2005
20:57:10
|
|
Owner changed to dcalvelo by mneteler
|
|
Thu, Sep 1 2005
00:37:22
|
|
Mail sent by dcalvelo
|
|
I've updated the SQL notes to reflect the new capabilities. I think more
examples are needed to reflect that properly. Can anybody produce examples of
- taking care of NULLs in a select
- 'select...where' ;
- 'alter...add column...', then 'update...set...where' ;
with complex expressions and conditions from spearfish?
With that, I'd consider this issue resolved.
Daniel. |
|
Mon, Sep 5 2005
19:03:58
|
|
Status changed to resolved by dcalvelo
|
|