TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Danish Habib
NA
694
244.1k
How this query works
Jan 22 2016 5:52 AM
select ID,(select name from website_pages where id=pageid) as Pages,
(select name from Panes where id=
paneid
) as Pane,(select name from website_Controls where id=
controlid
) as Control,
(select requiressession from website_Controls where id=
controlid
) as RequiresSession from website_panes_controls
where pageid=(select id from website_pages where name='RefillExpParam.aspx') order by paneid,renderorder
I have a question regarding that query from where these values are coming which are high lighted .
the Tables and their columns are as follows
website_pages
(ID,Name,Description,HasContent,HasPanes)
website_Controls
(ID,Name,Description,REquiresSession)
website_panes_Controls
(ID,PageID,PaneID,ControlID,RenderOrder)
Reply
Answers (
1
)
How to display specific data to sql server ?
How to find Manager name of Employee