Doesn't this mean select the literal value "ID"?

******************************************************
- Sounds like a Wookie; acts like mad cow.

- I'm not a professional; I just get paid to do this.

- Rules for programming:
   1.  Get it working, right?
   2.  Get it working right.

- Things I've learned about multithreaded programming:

    123...   PPArrvooottieedcc ttm  ueelvvteeirrtyyhtt
rhheiianndgge  dwi hnpi rctohhg eri aslm omscitanalgt 
 iowcbh,je engceltvo ebwrah lip,co hso srci abonlt ehb
.ee^Nr waicscee snsoetd  'aotb jtehcet -slaomcea lt'il
m^Ne from two or more threads
******************************************************

-----Original Message-----
From: D. Richard Hipp [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, December 21, 2004 11:55 AM
To: [EMAIL PROTECTED]
Subject: Re: [sqlite] What's the difference of "select * from tb" and
"select "ID" from tb"?


red forks wrote:
> A table:
> create table tb (ID varchar);
> When execute select * from tb, I can refer the column row["ID"], while 
> using "select "ID" from tb", I must using row["\"ID\"'].
> 
> Why Sqlite return column name as "ID"?
> 

I do not understand the question.


-- 
D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565

Reply via email to