Query problem
2 Message(s) by 2 Author(s) originally posted in cfml database access
| From: Azadi |
Date: Monday, October 22, 2007
|
| From: Mattastic |
Date: Monday, October 22, 2007
|
Can anyone help me undetstand this
query :
SELECT f.*, d.*, z.*
FROM content d INNER JOIN FREETEXTTABLE(content, *, '"#searchtext#"') f ON
d.pageid
= f.[Key]
ORDER BY rank DESC
I need to
join another table, but I dont get how the query works.
Thankyou
Next Message: Oracle stored proc problem
Blogs related to Query problem
Encoding for cfmail containing japanese character problem
I had put these in my page. >
> > also... I have these... > query="mailinglist" to="#email#" from="webmaster" subject="#subject ...
Re: ColdFusion SQL Date problem
When the data is inserted into the registration table, I use the current date in ColdFusion to put into the SQL query. When the user confirms their account, I pull their customer data by ID and simply copy it from the Registration table ...
Why would this query not return the correct data?
I know this does not solve the actual problem but if all you need to do is convert 1-7 to the day of the week you could just make a query result using the QueryNew() function and avoid querying the database altogether. Are you ...
Why would this query not return the correct data?
I doubt it would make any difference, if the cfdump has the wrong values then the problem would be outside of how he is looping over the query and referencing the values. On 10/15/07, Azadi Saryev wrote: ...
Flex problem with Coldfusion 8
I posted this problem to flex@houseoffusion.com a week or so ago but I haven't gotten a solution yet. So I'm trying flexcoders and cf-talk.... I have an application that doesn't seem to be working properly. Basically, I've got a query ( ...
SPRY XML Problems
So what does your XML look like? The message you posted earlier seemed a bit garbled. On 10/18/07, Chad McCue wrote: > I am using your toXML cfc to generate XML from a query result ...