Main   Products   Offshore Outsourcing   Customers   Partners   ContactUs  
JDBC Databases
  HXTT Access 7.1.243
 
  Buy Now
  Support
  Download
  Document
  FAQ
  HXTT Cobol 5.0.242
  HXTT DBF 7.1.243
  HXTT Excel 6.1.246
  HXTT Json 1.0.214
  HXTT Paradox 7.1.242
  HXTT PDF 2.0.242
  HXTT Text(CSV) 7.1.242
  HXTT Word 1.1.242
  HXTT XML 4.0.243
Offshore Outsourcing
Free Resources
  Firewall Tunneling
  Search Indexing Robot
  Conditional Compilation
  Password Recovery for MS Access
  Password Recovery for Corel Paradox
  Checksum Tool for MD5
  Character Set Converter
  Pyramid - Poker of ZYH
   
   
   
Heng Xing Tian Tai Lab of Xi'an City (abbr, HXTT)

HXTT ACCESS
Alias in update query
Andy Hoffman
2009-02-12 07:54:31
When I have a parent-child relationship within my access data tables, such that RECORD.PARENT RECORD.ID within same table RECORD, I am having problems updating certain values within child record from values within parent record.

Example table...
Table: RECORD
Columns: ID (primary key int), PARENT (foriegn key int), SHARED_VALUE (varchar)

I would like to run a query such as:

update RECORD as childRec set RECORD.SHARED_VALUE =
(select SHARED_VALUE from RECORD as parentRec
where parentRec.ID = childRec.ID)

However, HXTT does not recognize the table alias within an UPDATE query, and issues parsing error "Syntax error: Stopped parse at as". Any recommedations or plans on supporting table alias within update queries?
Alias in update query
Andy Hoffman
2009-02-12 07:56:00
Correction... the inner sub-select should have read "where parentRec.ID = childRec.PARENT" - sorry.
Re:Re:Alias in update query
HXTT Support
2009-02-12 17:59:27
Please download the latest package after about 3 hours. You should use
update RECORD as childRec set SHARED_VALUE =(select SHARED_VALUE from RECORD parentRec where parentRec.ID = childRec.ID);

Search Key   Search by Last 50 Questions




Google
 

Email: webmaster@hxtt.com
Copyright © 2003-2019 Heng Xing Tian Tai Lab of Xi'an City. | All Rights Reserved. | Privacy | Legal | Sitemap