• Global community
    • Language:
      • Deutsch
      • English
      • Español
      • Français
      • Português
  • 日本語コミュニティ
    Dedicated community for Japanese speakers
  • 한국 커뮤니티
    Dedicated community for Korean speakers
Exit
0

sql & coldfiusion

New Here ,
Mar 14, 2008 Mar 14, 2008

Copy link to clipboard

Copied

Hi.I have created a view nemed View_Detail_Order_Product in SQL and I'd like to use the fields in my code.what is the syntax for that?
thanks
TOPICS
Advanced techniques

Views

177

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
LEGEND ,
Mar 14, 2008 Mar 14, 2008

Copy link to clipboard

Copied

masoud_amen wrote:
> Hi.I have created a view nemed View_Detail_Order_Product in SQL and I'd like to use the fields in my code.what is the syntax for that?
> thanks
>


SELECT aField, bField, cField

FROM View_Detail_Order_Product


Once created a view is just another kind of table.

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
New Here ,
Mar 14, 2008 Mar 14, 2008

Copy link to clipboard

Copied

LATEST
thanks.I will try that 🙂

Votes

Translate

Translate

Report

Report
Community guidelines
Be kind and respectful, give credit to the original source of content, and search for duplicates before posting. Learn more
community guidelines
Resources
Documentation