House of Fusion
Search over 2,500 ColdFusion resources here
  
Home of the ColdFusion Community

Mailing Lists
Home /  Groups /  ColdFusion Talk (CF-Talk)

Query a mySQL View?

  << Previous Post |  RSS |  Tree View |  Sort Oldest First |  Subscribe to this Group Next >> 

Query a mySQL View?

The best thing to do with Baz 02/03/2006 03:01 PM
LOL, I didnt want to be that blunt.  But yeah, it sucks. Ryan Guill 02/03/2006 02:42 PM
Be honest. The mySQL website is a piece of crap. Andy Matthews 02/03/2006 02:34 PM
Ah, awesome.  Do you know where I could get more information on them? Ryan Guill 02/03/2006 02:30 PM
Ryan Guill wrote: Rick Root 02/03/2006 02:27 PM
Sorry for the side topic on this, but I am in mysql setting up a new Ryan Guill 02/03/2006 02:20 PM
Works fine for me. Ken Ferguson 02/03/2006 01:56 PM
Les Mizzell wrote: Rick Root 02/02/2006 08:39 PM
Hmmm - now that I can design a view in mySQL, how do I query the view in Les Mizzell 02/02/2006 07:19 PM

02/03/2006 03:01 PM
Author: Baz Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:44461#231288 The best thing to do with the MySQL site is search it through google:    views site:http://dev.mysql.com/doc/refman/5.1 Then it becomes awesome again ;-) Baz
02/03/2006 02:42 PM
Author: Ryan Guill Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:44461#231284 LOL, I didnt want to be that blunt.  But yeah, it sucks. ----- Excess quoted text cut - see Original Post for more ----- -- Ryan Guill BlueEyesDevelopment ryanguill@gmail.com www.ryanguill.com (270) 217.2399 got google talk?  Chat me at ryanguill@gmail.com The Coldfusion Open Application Library - COAL - http://coal.ryanguill.com Use CF and SQL? Try qBrowser - http://www.ryanguill.com/docs/ www.ryanguill.com/ The Roman Empire: www.ryanguill.com/blog/
02/03/2006 02:34 PM
Author: Andy Matthews Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:44461#231280 Be honest. The mySQL website is a piece of crap. <!----------------//------ andy matthews web developer ICGLink, Inc. andy@icglink.com 615.370.1530 x737 --------------//---------> Ah, awesome.  Do you know where I could get more information on them? The MySql website is hard to navigate sometimes... ----- Excess quoted text cut - see Original Post for more -----
02/03/2006 02:30 PM
Author: Ryan Guill Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:44461#231278 Ah, awesome.  Do you know where I could get more information on them? The MySql website is hard to navigate sometimes... ----- Excess quoted text cut - see Original Post for more -----
02/03/2006 02:27 PM
Author: Rick Root Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:44461#231276 Ryan Guill wrote: > Sorry for the side topic on this, but I am in mysql setting up a new > database for one of our new projects right now, and now that I am on > mysql 5, I see Views now.  I haven't ever used them before.  What are > they and what can they do? A view is sort of like a table, except that is is actually a query. You sometimes use views to simplify complex joins.  Like if you commonly join 5 tables, your sql query might get exceptionally complicated. But you could create a view, and query it as if it were one table instead of 5... create view myView as SELECT A.field1, A.field2, B.field3, B.field4 FROM table1 A inner join table2 B on A.id=b.id; select * from myView where field1 = 3
02/03/2006 02:20 PM
Author: Ryan Guill Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:44461#231274 Sorry for the side topic on this, but I am in mysql setting up a new database for one of our new projects right now, and now that I am on mysql 5, I see Views now.  I haven't ever used them before.  What are they and what can they do? Thanks, ----- Excess quoted text cut - see Original Post for more -----
02/03/2006 01:56 PM
Author: Ken Ferguson Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:44461#231270 Works fine for me. --Ferg Rick Root wrote: ----- Excess quoted text cut - see Original Post for more -----
02/02/2006 08:39 PM
Author: Rick Root Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:44461#231228 Les Mizzell wrote: > Hmmm - now that I can design a view in mySQL, how do I query the view in > Coldfusion? > > Don't work like it does in SQL Server, where you cn just go: > > select * from myVIEW That's the way it's supposed to work. Rick
02/02/2006 07:19 PM
Author: Les Mizzell Short Link: http://www.houseoffusion.com/groups/cf-talk/thread.cfm/threadid:44461#231224 Hmmm - now that I can design a view in mySQL, how do I query the view in Coldfusion? Don't work like it does in SQL Server, where you cn just go: select * from myVIEW
<< Previous Thread Today's Threads Next Thread >>

Search cf-talk

May 24, 2012

<<   <   Today   >   >>
Su Mo Tu We Th Fr Sa
     1 2 3 4 5
6 7 8 9 10 11 12
13 14 15 16 17 18 19
20 21 22 23 24 25 26
27 28 29 30 31     

Designer, Developer and mobile workflow conference