|
|
|||||||||
|
|||||||||
| |||||||||
|
|
|
| |||||||||
![]() |
|
|
«
Previous Thread
|
Next Thread
»
|
Thread Tools | Search this Thread | Rate Thread | Display Modes |
|
|
|
Stop making mediocre tutorials.The best tutorials are video! Camtasia Studio makes it easy to create engaging, buzz-building screen videos at any size, in any popular format. Download the free trial!
|
|
#1
|
|||
|
|||
|
query of queries error
I have a query which return rows named like GISDATA.CFS_SERVICES.ADDRESS1 - I need to query this but get this error:
Code:
Query Of Queries syntax error. Encountered "GIS_DATA . CFS_SERVICES ." at line 0, column 0. Incorrect conditional expression, Expected one of [like|null|between|in|comparison] condition, it obviously doesn't like the tablespace.table.column, but I can't change that as it's returned from a webservice. this is the SQL: Code:
SELECT * FROM out_querytable WHERE GIS_DATA.CFS_SERVICES.SERVICE_TYPE_ID = 'CR' How can I get this to work? |
|
#2
|
|||
|
|||
|
You may just need to loop over the result set manually and do what you need to do. Query of Queries has many, many limitations and bugs and I avoid it as much as possible.
__________________
Ask if you have a question, but also help answer questions that you have knowledge of! Thanks, Brian. How to Post a Question in the Forums |
|
#3
|
|||
|
|||
|
thanks, I'll do that...
|
![]() |
| Viewing: Dev Shed Forums > Programming Languages - More > ColdFusion Development > query of queries error |
| Thread Tools | Search this Thread |
| Display Modes | Rate This Thread |
|
|
|
|
|