Similar to mine

<cfquery>
         SELECT *
         FROM Table
                 INNER JOIN  Table2 ON blah
                         AND blah
         WHERE blah
                 and blah2
</cfquery>

At 11:23 AM 4/16/2002 -0400, you wrote:
>This is an example of my spacing with a query. Some may find it 
>overspaced, but i find it gets me to the data I need when debugging or 
>altering.
><cfquery name="test" datasource="#dsn#">
>         Select *
>                 from table
>                 where name='michael' or
>                         name='Judith'
>                 order by name
></CFQUERY>

______________________________________________________________________
Signup for the Fusion Authority news alert and keep up with the latest news in 
ColdFusion and related topics. http://www.fusionauthority.com/signup.cfm

Archives: http://www.mail-archive.com/[email protected]/
Unsubscribe: http://www.houseoffusion.com/index.cfm?sidebar=lists

Reply via email to